Suweeraya commited on
Commit
8e8903c
Β·
1 Parent(s): 28e1b7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -75,9 +75,8 @@ if __name__ == "__main__":
75
  examples=[["benign(10).png"], ["benign(109).png"]],
76
  title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! πŸ’ </h1>',
77
  description = """
78
- <h1 πŸ™Œ Try This! </h1>
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)
 
75
  examples=[["benign(10).png"], ["benign(109).png"]],
76
  title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! πŸ’ </h1>',
77
  description = """
 
78
  Check out this exciting development in the field of breast cancer diagnosis and treatment!
79
  A demo of Breast Cancer Ultrasound Image Segmentation has been developed.
80
+ Upload image file, or try out one of the examples below! πŸ™Œ
81
  """
82
  ).launch(debug=True)