Joshnicholas commited on
Commit
1aa3ae1
1 Parent(s): fb919ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -23,8 +23,6 @@ iface = gr.Interface(shot,
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
 
30
  iface.launch()
 
23
  "label",
24
  examples=[["caesar.jpg", "dog,cat,bird"],
25
  ["benny.jpg", "dog,cat,bird"],
26
+ ["turtle.jpg", "belgium,colombia,bird,turtle"]])
 
 
27
 
28
  iface.launch()