Update app.py
Browse files
app.py
CHANGED
@@ -104,8 +104,6 @@ with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
|
|
104 |
"骨科", "肿瘤科", "急诊科", "检验科"])
|
105 |
with gr.Row():
|
106 |
output_box = gr.Markdown(value=result, every=10, label="分析")
|
107 |
-
if json_path != 0:
|
108 |
-
update(json_path)
|
109 |
with gr.Row():
|
110 |
image_input = gr.Image(type="filepath", label="上传图片") # Create an image upload button
|
111 |
text_input = gr.Textbox(label="输入") # Create a text input box
|
|
|
104 |
"骨科", "肿瘤科", "急诊科", "检验科"])
|
105 |
with gr.Row():
|
106 |
output_box = gr.Markdown(value=result, every=10, label="分析")
|
|
|
|
|
107 |
with gr.Row():
|
108 |
image_input = gr.Image(type="filepath", label="上传图片") # Create an image upload button
|
109 |
text_input = gr.Textbox(label="输入") # Create a text input box
|