Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,8 +26,8 @@ def inference(image, size):
|
|
26 |
|
27 |
|
28 |
title = "Face Real ESRGAN UpScale: 2x 4x 8x"
|
29 |
-
description = "This is an unofficial demo for Real-ESRGAN. Scales the resolution of a photo. This model shows better results on faces compared to the original version
|
30 |
-
article = "<div style='text-align: center;'>
|
31 |
|
32 |
|
33 |
gr.Interface(inference,
|
|
|
26 |
|
27 |
|
28 |
title = "Face Real ESRGAN UpScale: 2x 4x 8x"
|
29 |
+
description = "This is an unofficial demo for Real-ESRGAN. Scales the resolution of a photo. This model shows better results on faces compared to the original version."
|
30 |
+
article = "<div style='text-align: center;'>Github <a href='https://github.com/ArifzynXD' target='_blank'>ArifzynXD</a>"
|
31 |
|
32 |
|
33 |
gr.Interface(inference,
|