kushagra124 commited on
Commit
436eff8
·
1 Parent(s): 630b911

adding text box

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,7 +70,7 @@ iface = gr.Interface(fn=shot,
70
  outputs="image",
71
  description="Add a picture and a list of labels separated by commas",
72
  title="Zero-shot Image Classification with Prompt ",
73
- examples=[["images/room.jpg","bed,table,plant"]],
74
  # allow_flagging=False,
75
  # analytics_enabled=False,
76
  )
 
70
  outputs="image",
71
  description="Add a picture and a list of labels separated by commas",
72
  title="Zero-shot Image Classification with Prompt ",
73
+ examples=[["images/room.jpg","bed,table,plant",'plant']],
74
  # allow_flagging=False,
75
  # analytics_enabled=False,
76
  )