Joshnicholas commited on
Commit
175d274
·
verified ·
1 Parent(s): 89e5e58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ def shot(image, labels_text):
21
  iface = gr.Interface(shot,
22
  ["image", "text"],
23
  "label",
24
- examples=[["dog.jpg", "dog,cat,bird"],
25
- ["germany.jpg", "germany,belgium,colombia"],
26
- ["colombia.jpg", "germany,belgium,colombia"]],
27
  description="Add a picture and a list of labels separated by commas",
28
  title="Zero-shot Image Classification")
29
 
 
21
  iface = gr.Interface(shot,
22
  ["image", "text"],
23
  "label",
24
+ examples=[["caesar.jpg", "dog,cat,bird"],
25
+ ["benny.jpg", "dog,cat,bird"],
26
+ ["turtle.jpg", "belgium,colombia,bird,turtle"]],
27
  description="Add a picture and a list of labels separated by commas",
28
  title="Zero-shot Image Classification")
29