Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -453,7 +453,7 @@ with gr.Blocks(theme='ParityError/Anime') as iface :
|
|
453 |
text_input = gr.Textbox(label="input text",lines=5)
|
454 |
text_output = gr.Markdown(label="output text")
|
455 |
text_button = gr.Button("process text")
|
456 |
-
text_button.click(process_and_query, inputs=[input_language,audio_input,image_input,text_input], outputs=[gr.
|
457 |
gr.Examples([
|
458 |
["What is the proper treatment for buccal herpes?"],
|
459 |
["Male, 40 presenting with swollen glands and a rash"],
|
|
|
453 |
text_input = gr.Textbox(label="input text",lines=5)
|
454 |
text_output = gr.Markdown(label="output text")
|
455 |
text_button = gr.Button("process text")
|
456 |
+
text_button.click(process_and_query, inputs=[input_language,audio_input,image_input,text_input], outputs=[gr.Textbox(label="Output"), gr.Label()])
|
457 |
gr.Examples([
|
458 |
["What is the proper treatment for buccal herpes?"],
|
459 |
["Male, 40 presenting with swollen glands and a rash"],
|