kushagra124 commited on
Commit
9519ee9
1 Parent(s): 908c2ba

adding notebook

Browse files
Files changed (2) hide show
  1. app.py +1 -0
  2. images/room.jpg +0 -0
app.py CHANGED
@@ -78,6 +78,7 @@ 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
  [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"]
 
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/room.jpg","chair, plant , flower pot , white cabinet , paintings , decorative plates , books"],
82
  [0.4,1,"images/seats.jpg","door,table,chairs"],
83
  [0.3,0.8,"images/vegetables.jpg","carrot,white radish,brinjal,basket,potato"],
84
  [0.5,1,"images/room2.jpg","door, plants, dog, coffe table, table lamp, carpet, door"]
images/room.jpg CHANGED