orrinin commited on
Commit
19ff6e3
·
verified ·
1 Parent(s): 87291e9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
123
  "整形美容科", "营养科", "生殖中心", "麻醉医学科", "医学影像科", \
124
  "骨科", "肿瘤科", "急诊科", "检验科"])
125
  with gr.Row():
126
- output_box = gr.Markdown(value=result, label="分析")
127
  with gr.Row():
128
  image_input = gr.Image(type="filepath", label="上传图片") # Create an image upload button
129
  text_input = gr.Textbox(label="输入") # Create a text input box
 
123
  "整形美容科", "营养科", "生殖中心", "麻醉医学科", "医学影像科", \
124
  "骨科", "肿瘤科", "急诊科", "检验科"])
125
  with gr.Row():
126
+ output_box = gr.Markdown(value=result, every=10, label="分析")
127
  with gr.Row():
128
  image_input = gr.Image(type="filepath", label="上传图片") # Create an image upload button
129
  text_input = gr.Textbox(label="输入") # Create a text input box