Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -33,9 +33,7 @@ def shot(image, labels_text):
|
|
33 |
iface = gr.Interface(shot,
|
34 |
["image", "text"],
|
35 |
"label",
|
36 |
-
examples=[["dog.jpg", "dog,cat,bird"],
|
37 |
-
["germany.jpg", "germany,belgium,colombia"],
|
38 |
-
["colombia.jpg", "germany,belgium,colombia"]],
|
39 |
description="Add a picture and a list of labels separated by commas",
|
40 |
title="Zero-shot Image Classification")
|
41 |
|
|
|
33 |
iface = gr.Interface(shot,
|
34 |
["image", "text"],
|
35 |
"label",
|
36 |
+
examples=[["dog.jpg", "dog,cat,bird"],
|
|
|
|
|
37 |
description="Add a picture and a list of labels separated by commas",
|
38 |
title="Zero-shot Image Classification")
|
39 |
|