Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
| 32 |
examples=[
|
| 33 |
["dog.jpg", "dog,cat,horse,zebra"],
|
| 34 |
],
|
| 35 |
-
description="
|
| 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 |
|