vilarin commited on
Commit
20eb2c5
·
verified ·
1 Parent(s): 66ec133

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as iface:
71
  "整形美容科", "营养科", "生殖中心", "麻醉医学科", "医学影像科", \
72
  "急诊科", "检验科"])
73
  with gr.Row():
74
- output_box = gr.Textbox(label="Output") # Create an output textbox
75
  with gr.Row():
76
  image_btn = gr.Image(type="filepath", label="上传图片") # Create an image upload button
77
  text_input = gr.Textbox(label="输入") # Create a text input box
 
71
  "整形美容科", "营养科", "生殖中心", "麻醉医学科", "医学影像科", \
72
  "急诊科", "检验科"])
73
  with gr.Row():
74
+ output_box = gr.Markdown(label="分析") # Create an output textbox
75
  with gr.Row():
76
  image_btn = gr.Image(type="filepath", label="上传图片") # Create an image upload button
77
  text_input = gr.Textbox(label="输入") # Create a text input box