mkbasantes commited on
Commit
8917f23
·
1 Parent(s): 67d172b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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="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!
 
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!