Spaces:
Runtime error
Runtime error
Commit ·
8917f23
1
Parent(s): 67d172b
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,10 +83,10 @@ 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 |
-
|
| 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!
|
|
|
|
| 83 |
inputs="image",
|
| 84 |
outputs=[
|
| 85 |
gr.Image(type="pil", label="Breast Cancer Mask"),
|
| 86 |
+
gr.Number(label="Benigno"),
|
| 87 |
+
gr.Number(label="Maligno")
|
| 88 |
],
|
| 89 |
+
examples=[["benign.png"], ["malignant.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!
|