tonyassi commited on
Commit
75ef708
·
verified ·
1 Parent(s): f976e3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ demo = gr.Interface(fn=greet,
7
  inputs=["image", "image"],
8
  outputs="image",
9
  #examples=[["27-24522.jpg", "28-24766.jpg"]],
10
- examples=[["27-24522.jpg", None]])
11
  demo.launch()
 
7
  inputs=["image", "image"],
8
  outputs="image",
9
  #examples=[["27-24522.jpg", "28-24766.jpg"]],
10
+ examples=[["27-24522.jpg", "28-24766.jpg"]])
11
  demo.launch()