Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def main(text_input="", image_input=None, unit=""):
|
|
70 |
elif image_input is not None:
|
71 |
return process_image(image_input,unit)
|
72 |
|
73 |
-
with gr.Blocks() as iface:
|
74 |
with gr.Accordion(""):
|
75 |
gr.Markdown("""医学报告助手 GPT-4o""")
|
76 |
unit = gr.Dropdown(label="🩺科室", value='内科', elem_id="units",
|
|
|
70 |
elif image_input is not None:
|
71 |
return process_image(image_input,unit)
|
72 |
|
73 |
+
with gr.Blocks(theme='shivi/calm_seafoam') as iface:
|
74 |
with gr.Accordion(""):
|
75 |
gr.Markdown("""医学报告助手 GPT-4o""")
|
76 |
unit = gr.Dropdown(label="🩺科室", value='内科', elem_id="units",
|