Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ if __name__ == "__main__":
|
|
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 "
|
78 |
-
"
|
79 |
-
"
|
80 |
).launch(debug=True)
|
|
|
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!",
|
78 |
+
"A demo of Breast Cancer Ultrasound Image Segmentation has been developed.",
|
79 |
+
"Upload image file, or try out one of the examples below!"
|
80 |
).launch(debug=True)
|