Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,4 +47,4 @@ iface = gr.Interface(
|
|
| 47 |
gr.outputs.Image(label="Super-resolution 300x300 image")
|
| 48 |
],
|
| 49 |
examples=[["camel.jpg"], ["pokemon.jpg"]],
|
| 50 |
-
).launch(
|
|
|
|
| 47 |
gr.outputs.Image(label="Super-resolution 300x300 image")
|
| 48 |
],
|
| 49 |
examples=[["camel.jpg"], ["pokemon.jpg"]],
|
| 50 |
+
).launch()
|