kushagra124 commited on
Commit
37f3e21
1 Parent(s): 9e9bd86

image addded

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ iface = gr.Interface(fn=shot,
80
  title = "Zero-shot Image Classification with Prompt ",
81
  examples=[
82
  ["images/room.jpg","bed, table, plant, light, window",'plant'],
83
- ["images/image2.png","banner, building,door, sign"]
84
  ],
85
  # allow_flagging=False,
86
  # analytics_enabled=False,
 
80
  title = "Zero-shot Image Classification with Prompt ",
81
  examples=[
82
  ["images/room.jpg","bed, table, plant, light, window",'plant'],
83
+ ["images/image2.png","banner, building,door, sign","sign"]
84
  ],
85
  # allow_flagging=False,
86
  # analytics_enabled=False,