Akbartus commited on
Commit
85fe0f9
·
1 Parent(s): 944d2db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -33,9 +33,7 @@ def shot(image, labels_text):
33
  iface = gr.Interface(shot,
34
  ["image", "text"],
35
  "label",
36
- examples=[["dog.jpg", "dog,cat,bird"],
37
- ["germany.jpg", "germany,belgium,colombia"],
38
- ["colombia.jpg", "germany,belgium,colombia"]],
39
  description="Add a picture and a list of labels separated by commas",
40
  title="Zero-shot Image Classification")
41
 
 
33
  iface = gr.Interface(shot,
34
  ["image", "text"],
35
  "label",
36
+ examples=[["dog.jpg", "dog,cat,bird"],
 
 
37
  description="Add a picture and a list of labels separated by commas",
38
  title="Zero-shot Image Classification")
39