Spaces:
Runtime error
Runtime error
Commit
Β·
5050e07
1
Parent(s):
425f058
Update app.py
Browse files
app.py
CHANGED
@@ -85,8 +85,8 @@ iface = gr.Interface(
|
|
85 |
)
|
86 |
],
|
87 |
outputs=[
|
88 |
-
gr.components.Image(type="pil", label="
|
89 |
-
gr.components.Image(type="pil", label="
|
90 |
],
|
91 |
title="YOLOv8 with SAM π",
|
92 |
description='This software generates the segmentation mask Medical images'
|
|
|
85 |
)
|
86 |
],
|
87 |
outputs=[
|
88 |
+
gr.components.Image(type="pil", label="YOLO predicted mask and images"),
|
89 |
+
gr.components.Image(type="pil", label="YOLO and SAM predicted mask and images ")
|
90 |
],
|
91 |
title="YOLOv8 with SAM π",
|
92 |
description='This software generates the segmentation mask Medical images'
|