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