Spaces:
Runtime error
Runtime error
Commit ·
7b4dc91
1
Parent(s): d934f93
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,7 +81,7 @@ if __name__ == "__main__":
|
|
| 81 |
gr.Interface(
|
| 82 |
fn=segment,
|
| 83 |
inputs="image",
|
| 84 |
-
outputs=[
|
| 85 |
examples=[["benign(10).png"], ["benign(109).png"]],
|
| 86 |
title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! 💐 </h1>',
|
| 87 |
description = """
|
|
|
|
| 81 |
gr.Interface(
|
| 82 |
fn=segment,
|
| 83 |
inputs="image",
|
| 84 |
+
outputs=["image","number", "number"],
|
| 85 |
examples=[["benign(10).png"], ["benign(109).png"]],
|
| 86 |
title = '<h1 style="text-align: center;">Breast Cancer Ultrasound Image Segmentation! 💐 </h1>',
|
| 87 |
description = """
|