Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ with gr.Blocks() as iface:
|
|
71 |
"整形美容科", "营养科", "生殖中心", "麻醉医学科", "医学影像科", \
|
72 |
"急诊科", "检验科"])
|
73 |
with gr.Row():
|
74 |
-
output_box = gr.
|
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
|