Spaces:
Runtime error
Runtime error
Commit
·
7c6dff2
1
Parent(s):
ce40f81
debug
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ inputs = [
|
|
42 |
iface = gr.Interface(image_text_zeroshot,
|
43 |
inputs,
|
44 |
"label",
|
45 |
-
examples=[["
|
46 |
-
["
|
47 |
-
["
|
48 |
description="""Zeroshot test""",
|
49 |
title="Zero-shot Classification")
|
50 |
|
|
|
42 |
iface = gr.Interface(image_text_zeroshot,
|
43 |
inputs,
|
44 |
"label",
|
45 |
+
examples=[["assets/dog_image.jpg", "A dog|A car|A bird"],
|
46 |
+
["assets/car_image.jpg", "A dog|A car|A bird"],
|
47 |
+
["assets/bird_image.jpg", "A dog|A car|A bird"]],
|
48 |
description="""Zeroshot test""",
|
49 |
title="Zero-shot Classification")
|
50 |
|