Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def main(text_input="", image_input=None, unit=""):
|
|
| 116 |
elif image_input is not None:
|
| 117 |
return process_image(image_input, unit)
|
| 118 |
|
| 119 |
-
with gr.Blocks(css=css, title="家庭医生AI助手") as iface:
|
| 120 |
with gr.Accordion(""):
|
| 121 |
gr.Markdown(DESCRIPTION)
|
| 122 |
unit = gr.Dropdown(label="🩺科室", value='中医科', elem_id="units",
|
|
|
|
| 116 |
elif image_input is not None:
|
| 117 |
return process_image(image_input, unit)
|
| 118 |
|
| 119 |
+
with gr.Blocks(css=css, title="家庭医生AI助手", theme="soft") as iface:
|
| 120 |
with gr.Accordion(""):
|
| 121 |
gr.Markdown(DESCRIPTION)
|
| 122 |
unit = gr.Dropdown(label="🩺科室", value='中医科', elem_id="units",
|