Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ def shot(image, labels_text):
|
|
21 |
iface = gr.Interface(shot,
|
22 |
["image", "text"],
|
23 |
"label",
|
24 |
-
examples=[["
|
25 |
-
["
|
26 |
-
["
|
27 |
description="Add a picture and a list of labels separated by commas",
|
28 |
title="Zero-shot Image Classification")
|
29 |
|
|
|
21 |
iface = gr.Interface(shot,
|
22 |
["image", "text"],
|
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 |
|