junkmind commited on
Commit
58cedd7
·
1 Parent(s): 6bc5f9c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,8 +61,8 @@ if __name__ == "__main__":
61
  ]
62
  )
63
 
64
- with gr.Blocks(title="Medical Image Segmentation") as demo:
65
- gr.Markdown("""<h1><center>Medical Image Segmentation with UW-Madison GI Tract Dataset</center></h1>""")
66
  with gr.Row():
67
  img_input = gr.Image(type="pil", height=360, width=360, label="Input image")
68
  img_output = gr.AnnotatedImage(label="Predictions", height=360, width=360, color_map=class2hexcolor)
 
61
  ]
62
  )
63
 
64
+ with gr.Blocks(title="ImageAlchemy") as demo:
65
+ gr.Markdown("""<h1><center>Unveil the hidden details of the gastrointestinal (GI) tract like never before with ImageAlchemy</center></h1>""")
66
  with gr.Row():
67
  img_input = gr.Image(type="pil", height=360, width=360, label="Input image")
68
  img_output = gr.AnnotatedImage(label="Predictions", height=360, width=360, color_map=class2hexcolor)