venkat-natchi commited on
Commit
276d96c
·
verified ·
1 Parent(s): 7383acc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -155,7 +155,7 @@ with gr.Blocks() as demo:
155
 
156
  gr.Examples(
157
  examples=[
158
- ["dog_man_forest.jpg", "audio.m4a", "Is there a dog present in the image?"],
159
  ],
160
  inputs=[image_input, audio_input, text_input, response_count],
161
  outputs=[response],
 
155
 
156
  gr.Examples(
157
  examples=[
158
+ ["dog_man_forest.jpg", "audio.wav", "Is there a dog present in the image?"],
159
  ],
160
  inputs=[image_input, audio_input, text_input, response_count],
161
  outputs=[response],