Update app.py
Browse files
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]
|
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()
|