Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ with gr.Blocks() as demo:
|
|
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 |
)
|
92 |
|
|
|
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 |
)
|
92 |
|