Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|