Dvjc1899 commited on
Commit
b2548fb
1 Parent(s): 01bd8d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)