ToletiSri commited on
Commit
babb2b2
1 Parent(s): aaf3aee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks() as demo:
173
  examples=[
174
  ["What is a large language model?","50","zebras.png","Are the zebras walking or standing still in the image?","WtIsML.m4a"]
175
  ],
176
- inputs=[text_input, text_input_count], #, image_input, image_text_input, audio_input],
177
  outputs=[text_output, image_text_output, audio_text_output],
178
  fn=example_inference,
179
  )
 
173
  examples=[
174
  ["What is a large language model?","50","zebras.png","Are the zebras walking or standing still in the image?","WtIsML.m4a"]
175
  ],
176
+ inputs=[text_input, text_input_count, image_input, image_text_input, audio_input],
177
  outputs=[text_output, image_text_output, audio_text_output],
178
  fn=example_inference,
179
  )