Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|