Spaces:
Sleeping
Sleeping
Ashish Soni
commited on
Update app.py
Browse files
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= "
|
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()
|