Spaces:
Runtime error
Runtime error
Commit
·
12a6528
1
Parent(s):
f24faa2
Update app.py
Browse files
app.py
CHANGED
@@ -45,8 +45,8 @@ gr.Interface(
|
|
45 |
theme="grass",
|
46 |
outputs="label",
|
47 |
examples=[
|
48 |
-
["
|
49 |
-
["
|
50 |
],
|
51 |
title="Zero-Shot Image Classification with ALIGN",
|
52 |
description=description
|
|
|
45 |
theme="grass",
|
46 |
outputs="label",
|
47 |
examples=[
|
48 |
+
["cartoon.jpeg", "dinosaur, drawing, forest",],
|
49 |
+
["painting.jpeg", "watercolor painting, oil painting, boats",],
|
50 |
],
|
51 |
title="Zero-Shot Image Classification with ALIGN",
|
52 |
description=description
|