Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def inference(image, size):
|
|
58 |
|
59 |
title = "Face Real ESRGAN UpScale: 2x 4x 8x"
|
60 |
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."
|
61 |
-
|
62 |
|
63 |
|
64 |
gr.Interface(inference,
|
|
|
58 |
|
59 |
title = "Face Real ESRGAN UpScale: 2x 4x 8x"
|
60 |
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."
|
61 |
+
article = ""
|
62 |
|
63 |
|
64 |
gr.Interface(inference,
|