Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -66,4 +66,4 @@ if __name__ == "__main__":
|
|
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(
|
|
|
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(debug=True)
|