Update app.py
Browse files
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
|
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 |
)
|