ToletiSri commited on
Commit
5709582
1 Parent(s): 28e0e20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ with gr.Blocks() as demo:
85
  examples=[
86
  ["What is a large language model?","50","","Describe the image",""]
87
  ],
88
- inputs=[input_image, n_top_classes, require_gradcam],
89
  outputs=[text_output, image_text_output, audio_text_output],
90
  fn=example_inference,
91
  )
 
85
  examples=[
86
  ["What is a large language model?","50","","Describe the image",""]
87
  ],
88
+ inputs=[text_input, text_input_count, image_input, image_text_input, audio_input],
89
  outputs=[text_output, image_text_output, audio_text_output],
90
  fn=example_inference,
91
  )