Spaces:
Runtime error
Runtime error
Commit
Β·
305e358
1
Parent(s):
da2fab4
Update app.py
Browse files
app.py
CHANGED
@@ -48,11 +48,11 @@ iface = gr.Interface(
|
|
48 |
gr.inputs.Dropdown(
|
49 |
choices=list(available_models.keys()),
|
50 |
label="Select YOLO Model",
|
51 |
-
default="
|
52 |
)
|
53 |
],
|
54 |
outputs=gr.outputs.Image(type="numpy", label="Segmented Image"),
|
55 |
-
title="
|
56 |
description='This software generates the segmentation mask for Aorta for Point of Care Ultrasound (POCUS) images'
|
57 |
)
|
58 |
|
|
|
48 |
gr.inputs.Dropdown(
|
49 |
choices=list(available_models.keys()),
|
50 |
label="Select YOLO Model",
|
51 |
+
default="X-ray"
|
52 |
)
|
53 |
],
|
54 |
outputs=gr.outputs.Image(type="numpy", label="Segmented Image"),
|
55 |
+
title="YOLOv8 with SAM π",
|
56 |
description='This software generates the segmentation mask for Aorta for Point of Care Ultrasound (POCUS) images'
|
57 |
)
|
58 |
|