Spaces:
Runtime error
Runtime error
Commit
Β·
a5681c5
1
Parent(s):
37e59b4
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,8 @@ iface = gr.Interface(
|
|
116 |
default="X-ray"
|
117 |
)
|
118 |
],
|
119 |
-
outputs=gr.outputs.Image(type="numpy", label="Segmented Image"),
|
|
|
120 |
title="YOLOv8 with SAM π",
|
121 |
description='This software generates the segmentation mask for Aorta for Point of Care Ultrasound (POCUS) images'
|
122 |
)
|
|
|
116 |
default="X-ray"
|
117 |
)
|
118 |
],
|
119 |
+
outputs=[gr.outputs.Image(type="numpy", label="Segmented Image"),
|
120 |
+
gr.outputs.Image(type="numpy", label="Segmentation Mask")], # Add an output for the mask
|
121 |
title="YOLOv8 with SAM π",
|
122 |
description='This software generates the segmentation mask for Aorta for Point of Care Ultrasound (POCUS) images'
|
123 |
)
|