mkbasantes commited on
Commit
67d172b
·
1 Parent(s): 51d628d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="Class 0 Percentage"),
87
- gr.Number(label="Class 1 Percentage")
88
  ],
89
- examples=[["benign(10).png"], ["benign(109).png"]],
90
- title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! 💐 </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.
 
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.