kushagra124 commited on
Commit
958e3ad
1 Parent(s): 8756a23

adding images and examples

Browse files
Files changed (3) hide show
  1. app.py +3 -2
  2. images/{room.jpg → room_1.jpg} +0 -0
  3. images/room_2.jpg +0 -0
app.py CHANGED
@@ -81,8 +81,9 @@ iface = gr.Interface(fn=shot,
81
  description ="Add an Image and list of category to be detected separated by commas",
82
  title = "Zero-shot Image Classification with Prompt ",
83
  examples=[
84
- ["images/room.jpg","bed, table, plant, light, window",'plant'],
85
- ["images/image2.png","banner, building,door, sign","sign"]
 
86
  ],
87
  # allow_flagging=False,
88
  # analytics_enabled=False,
 
81
  description ="Add an Image and list of category to be detected separated by commas",
82
  title = "Zero-shot Image Classification with Prompt ",
83
  examples=[
84
+ ["images/room_1.jpg","bed, table, plant, light, window",'plant'],
85
+ ["images/image2.png","banner, building,door, sign","sign"],
86
+ ["images/room_2.jpg","chair,table,plant,decorative plates , white cabinet , carpet"]
87
  ],
88
  # allow_flagging=False,
89
  # analytics_enabled=False,
images/{room.jpg → room_1.jpg} RENAMED
File without changes
images/room_2.jpg ADDED