kushagra124 commited on
Commit
582506c
1 Parent(s): d367c2f

adding app with CLIP image segmentation

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -69,9 +69,9 @@ iface = gr.Interface(fn=shot,
69
  description ="Add an Image and lists of category to be detected separated by commas(atleast 2 )",
70
  title = "Zero-shot Image Segmentation with Prompt ",
71
  examples=[
72
- [19,"images/seats.jpg","door,table,chairs"],
73
- [20,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"],
74
- [17,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
75
  ],
76
  # allow_flagging=False,
77
  # analytics_enabled=False,
 
69
  description ="Add an Image and lists of category to be detected separated by commas(atleast 2 )",
70
  title = "Zero-shot Image Segmentation with Prompt ",
71
  examples=[
72
+ [19,1.5,"images/seats.jpg","door,table,chairs"],
73
+ [20,1.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"],
74
+ [17,2,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
75
  ],
76
  # allow_flagging=False,
77
  # analytics_enabled=False,