venkat-natchi commited on
Commit
033ca9b
·
verified ·
1 Parent(s): 008ac7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ with gr.Blocks() as demo:
157
  examples=[
158
  ["dog_man_forest.jpg", "audio.m4a", "Is there a dog present in the image?"],
159
  ],
160
- inputs=[input_image, audio_input, text_input, response_count],
161
  outputs=[response],
162
  fn=generate_response,
163
  )
 
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],
162
  fn=generate_response,
163
  )