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