csuhan commited on
Commit
a927763
1 Parent(s): 085922d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -206,10 +206,10 @@ def gradio_worker(
206
  img_path = gr.Image(label='Image Input', type='filepath')
207
  gr.Examples(
208
  examples=[
209
- ["examples/animal.png", "Why this image is funny?"],
210
- ["examples/food_menu.png", "Introduce me the poster."],
211
  ],
212
- inputs=[img_path, msg],
213
  )
214
  with gr.Tab('Video') as video_tab:
215
  video_path = gr.Video(label='Video Input')
 
206
  img_path = gr.Image(label='Image Input', type='filepath')
207
  gr.Examples(
208
  examples=[
209
+ "examples/animal.png",
210
+ "examples/food_menu.png",
211
  ],
212
+ inputs=[img_path],
213
  )
214
  with gr.Tab('Video') as video_tab:
215
  video_path = gr.Video(label='Video Input')