Suweeraya commited on
Commit
3de0c41
·
1 Parent(s): bc8aa72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -64,7 +64,6 @@ if __name__ == "__main__":
64
  fn=segment,
65
  inputs="image",
66
  outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
67
- examples=[["/content/benign(10).png"], ["/content/benign(109).png"]],
68
  title="Breast Cancer Ultrasound Image Segmentation",
69
  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!"
70
  ).launch(share=True, debug=True)
 
64
  fn=segment,
65
  inputs="image",
66
  outputs=gr.Image(type="pil", label="Breast Cancer Mask"),
 
67
  title="Breast Cancer Ultrasound Image Segmentation",
68
  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!"
69
  ).launch(share=True, debug=True)