ajcdp commited on
Commit
f893273
1 Parent(s): ca96fd3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ iface = gr.Interface(
30
  ["image", "text"],
31
  "label",
32
  examples=[
33
- ["dog.jpg", "dog,cat,horse,zebra"],
34
  ],
35
  description="Please add a picture and a list of labels separated by commas to see the zero-shot classification capabilities",
36
  title="Zero-shot Image Classification"
 
30
  ["image", "text"],
31
  "label",
32
  examples=[
33
+ ["corn.jpg", "corn,wheat,rice"],
34
  ],
35
  description="Please add a picture and a list of labels separated by commas to see the zero-shot classification capabilities",
36
  title="Zero-shot Image Classification"