sagar007 commited on
Commit
ad1a7ff
·
verified ·
1 Parent(s): 64d0d19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -34,11 +34,7 @@ iface = gr.Interface(
34
  ],
35
  outputs=gr.Image(type="pil", label="Segmentation Result"),
36
  title="CLIPSeg Image Segmentation",
37
- description="Upload an image and provide a text prompt to segment objects.",
38
- examples=[
39
- ["path/to/example_image1.jpg", "car"],
40
- ["path/to/example_image2.jpg", "person"],
41
- ]
42
  )
43
 
44
  # Launch the interface
 
34
  ],
35
  outputs=gr.Image(type="pil", label="Segmentation Result"),
36
  title="CLIPSeg Image Segmentation",
37
+ description="Upload an image and provide a text prompt to segment objects."
 
 
 
 
38
  )
39
 
40
  # Launch the interface