DeepSoft-AI commited on
Commit
0c18368
·
verified ·
1 Parent(s): f8f6222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def classify_image(image_filepath):
48
  with gr.Blocks(title="DeepMed-Medical-Image-Classification ",
49
  css=".gradio-container {background:mintcream;}"
50
  ) as demo:
51
- gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">Medical Image Classification with MONAI</div>""")
52
 
53
  with gr.Row():
54
  input_image = gr.Image(type="filepath", image_mode="L", shape=(64, 64))
 
48
  with gr.Blocks(title="DeepMed-Medical-Image-Classification ",
49
  css=".gradio-container {background:mintcream;}"
50
  ) as demo:
51
+ gr.HTML("""<div style="font-family:'Times New Roman', 'Serif'; font-size:16pt; font-weight:bold; text-align:center; color:royalblue;">DeepMed-Medical Image Classification</div>""")
52
 
53
  with gr.Row():
54
  input_image = gr.Image(type="filepath", image_mode="L", shape=(64, 64))