sumit-ai-ml commited on
Commit
305e358
Β·
1 Parent(s): da2fab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Model 1 (best.pt)"
52
  )
53
  ],
54
  outputs=gr.outputs.Image(type="numpy", label="Segmented Image"),
55
- title="Aorta segmentation and Detection using YOLOv8 πŸ˜ƒ",
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