sumit-ai-ml commited on
Commit
5050e07
Β·
1 Parent(s): 425f058

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -85,8 +85,8 @@ iface = gr.Interface(
85
  )
86
  ],
87
  outputs=[
88
- gr.components.Image(type="pil", label="Segmented Image"),
89
- gr.components.Image(type="pil", label="Segmentation Mask")
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'