csuhan commited on
Commit
047b007
1 Parent(s): 358bdd1

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. examples/new_york.jpg +0 -0
app.py CHANGED
@@ -207,7 +207,7 @@ def gradio_worker(
207
  img_path = gr.Image(label='Image Input', type='filepath')
208
  gr.Examples(
209
  examples=[
210
- "examples/animal.png",
211
  "examples/food_menu.png",
212
  ],
213
  inputs=[img_path],
 
207
  img_path = gr.Image(label='Image Input', type='filepath')
208
  gr.Examples(
209
  examples=[
210
+ "examples/new_york.jpg",
211
  "examples/food_menu.png",
212
  ],
213
  inputs=[img_path],
examples/new_york.jpg ADDED