Spaces:
Running
Running
kushagra124
commited on
Commit
•
18e03d9
1
Parent(s):
8e2ffcb
add slider step
Browse files- Clip_model_for_image_segmentation.ipynb +0 -0
- app.py +1 -1
Clip_model_for_image_segmentation.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
app.py
CHANGED
@@ -75,7 +75,7 @@ iface = gr.Interface(fn=shot,
|
|
75 |
"text"
|
76 |
],
|
77 |
outputs = "image",
|
78 |
-
description ="Add an Image and
|
79 |
title = "Zero-shot Image Segmentation with Prompt",
|
80 |
examples=[
|
81 |
[0.4,1,"images/room.jpg","chair, plant , flower pot , white cabinet , paintings , decorative plates , books"],
|
|
|
75 |
"text"
|
76 |
],
|
77 |
outputs = "image",
|
78 |
+
description ="Add an Image and labels to be detected separated by commas(atleast 2)",
|
79 |
title = "Zero-shot Image Segmentation with Prompt",
|
80 |
examples=[
|
81 |
[0.4,1,"images/room.jpg","chair, plant , flower pot , white cabinet , paintings , decorative plates , books"],
|