Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
819aa93
1
Parent(s):
433d043
Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ description = "Gradio demo for Real-ESRGAN. To use it, simply upload your image,
|
|
53 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/xinntao/Real-ESRGAN'>Github Repo</a></p>"
|
54 |
|
55 |
gr.Interface(
|
56 |
-
|
57 |
[gr.inputs.Image(type="pil", label="Input")],
|
58 |
gr.outputs.Image(type="file", label="Output"),
|
59 |
title=title,
|
|
|
53 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/xinntao/Real-ESRGAN'>Github Repo</a></p>"
|
54 |
|
55 |
gr.Interface(
|
56 |
+
inference,
|
57 |
[gr.inputs.Image(type="pil", label="Input")],
|
58 |
gr.outputs.Image(type="file", label="Output"),
|
59 |
title=title,
|