ajcdp commited on
Commit
b0ac41a
1 Parent(s): 392d0fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  examples=[
33
  ["dog.jpg", "dog,cat,horse,zebra"],
34
  ],
35
- description="Add a picture and a list of labels separated by commas",
36
  title="Zero-shot Image Classification"
37
  )
38
 
 
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"
37
  )
38