kushagra124 commited on
Commit
afc237f
1 Parent(s): 5e812c3

adding text box

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ inputt = gr.Image(type="numpy", label="Input Image for Classification")
96
  iface = gr.Interface(fn=shot,
97
  inputs = ["image","text"],
98
  outputs="label",
99
- examples=["images/room.jpg","bed,table,plant"],
100
  allow_flagging=False,
101
  analytics_enabled=False,
102
  )
 
96
  iface = gr.Interface(fn=shot,
97
  inputs = ["image","text"],
98
  outputs="label",
99
+ examples=[["images/room.jpg","bed,table,plant"]],
100
  allow_flagging=False,
101
  analytics_enabled=False,
102
  )