Tonic commited on
Commit
6566912
1 Parent(s): b791a94

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Textbox(label="Response"), gr.Label(label="Hallucination Evaluation")])
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=[text_output, hallucination_output])
457
  gr.Examples([
458
  ["What is the proper treatment for buccal herpes?"],
459
  ["Male, 40 presenting with swollen glands and a rash"],