Samarth991 commited on
Commit
45d981b
1 Parent(s): 4a60e71

Updated examples

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -78,9 +78,9 @@ iface = gr.Interface(fn=shot,
78
  description ="Add an Image and categories to be detected separated by commas(atleast 2 )",
79
  title = "Zero-shot Image Segmentation with Prompt",
80
  examples=[
81
- [19,1.5,"images/seats.jpg","door,table,chairs"],
82
- [20,1.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"],
83
- [17,2,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
84
  ],
85
  # allow_flagging=False,
86
  # analytics_enabled=False,
 
78
  description ="Add an Image and categories to be detected separated by commas(atleast 2 )",
79
  title = "Zero-shot Image Segmentation with Prompt",
80
  examples=[
81
+ [0.4,1,"images/seats.jpg","door,table,chairs"],
82
+ [0.3,0.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"],
83
+ [0.5,1,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
84
  ],
85
  # allow_flagging=False,
86
  # analytics_enabled=False,