Suweeraya commited on
Commit
d853b13
Β·
1 Parent(s): 7471102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -4
app.py CHANGED
@@ -73,8 +73,11 @@ if __name__ == "__main__":
73
  inputs="image",
74
  outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
75
  examples=[["benign(10).png"], ["benign(109).png"]],
76
- title="Breast Cancer Ultrasound Image Segmentation",
77
- description="Check out this exciting development in the field of breast cancer diagnosis and treatment!\n"
78
- "A demo of Breast Cancer Ultrasound Image Segmentation has been developed.\n"
79
- "Upload image file, or try out one of the examples below!"
 
 
 
80
  ).launch(debug=True)
 
73
  inputs="image",
74
  outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
75
  examples=[["benign(10).png"], ["benign(109).png"]],
76
+ title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! πŸŽ— </h1>'
77
+ description = """
78
+ ## πŸ™Œ Try This!
79
+ Check out this exciting development in the field of breast cancer diagnosis and treatment!
80
+ A demo of Breast Cancer Ultrasound Image Segmentation has been developed.
81
+ Upload image file, or try out one of the examples below!
82
+ """
83
  ).launch(debug=True)