orrinin commited on
Commit
6e5a5ae
·
verified ·
1 Parent(s): fbb3a82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
130
 
131
 
132
  # Set up the event listeners
133
- submit_btn.click(main, inputs=[text_input, image_input, unit], outputs=output_box)
134
  gr.Markdown(LICENSE)
135
 
136
  #gr.close_all()
 
130
 
131
 
132
  # Set up the event listeners
133
+ submit_btn.click(main, inputs=[text_input, image_input, unit])
134
  gr.Markdown(LICENSE)
135
 
136
  #gr.close_all()