Spaces:
Runtime error
Runtime error
Commit ·
67d172b
1
Parent(s): 51d628d
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,11 +83,11 @@ if __name__ == "__main__":
|
|
| 83 |
inputs="image",
|
| 84 |
outputs=[
|
| 85 |
gr.Image(type="pil", label="Breast Cancer Mask"),
|
| 86 |
-
gr.Number(label="
|
| 87 |
-
gr.Number(label="
|
| 88 |
],
|
| 89 |
-
examples=[["benign(10).png"], ["benign(109).png"]],
|
| 90 |
-
title = '<h1 style="text-align: center;">Breast Cancer
|
| 91 |
description = """
|
| 92 |
Check out this exciting development in the field of breast cancer diagnosis and treatment!
|
| 93 |
A demo of Breast Cancer Ultrasound Image Segmentation has been developed.
|
|
|
|
| 83 |
inputs="image",
|
| 84 |
outputs=[
|
| 85 |
gr.Image(type="pil", label="Breast Cancer Mask"),
|
| 86 |
+
gr.Number(label="Maligno"),
|
| 87 |
+
gr.Number(label="Benigno")
|
| 88 |
],
|
| 89 |
+
#examples=[["benign(10).png"], ["benign(109).png"]],
|
| 90 |
+
title = '<h1 style="text-align: center;">Breast Cancer </h1>',
|
| 91 |
description = """
|
| 92 |
Check out this exciting development in the field of breast cancer diagnosis and treatment!
|
| 93 |
A demo of Breast Cancer Ultrasound Image Segmentation has been developed.
|