Ashish Soni commited on
Commit
146489f
·
verified ·
1 Parent(s): ae789f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,6 +67,6 @@ with demo:
67
  inputs=[gr.Image(label="Upload image", type="pil")],
68
  outputs=[gr.Textbox(label="Caption")],
69
  allow_flagging="never",
70
- examples=["christmas_dog.jpeg", "bird_flight.jpeg", "cow.jpeg"]))
71
 
72
  demo.launch()
 
67
  inputs=[gr.Image(label="Upload image", type="pil")],
68
  outputs=[gr.Textbox(label="Caption")],
69
  allow_flagging="never",
70
+ examples= "/example_images")
71
 
72
  demo.launch()