Suweeraya commited on
Commit
e91eaf5
·
1 Parent(s): 317f62d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if __name__ == "__main__":
72
  fn=segment,
73
  inputs="image",
74
  outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
75
- examples = [["/content/benign(10).png"], ["/content/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! A demo of Breast Cancer Ultrasound Image Segmentation has been developed. Upload an image file, or try out one of the examples below!"
78
  ).launch(debug=True)
 
72
  fn=segment,
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! A demo of Breast Cancer Ultrasound Image Segmentation has been developed. Upload an image file, or try out one of the examples below!"
78
  ).launch(debug=True)