vilarin commited on
Commit
7c4f4a3
·
verified ·
1 Parent(s): 6f4788a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",