Spaces:
Sleeping
Sleeping
Add examples
Browse files- app.py +2 -0
- assets/eyes.png +0 -0
- assets/monkey.png +0 -0
app.py
CHANGED
@@ -235,6 +235,8 @@ with gr.Blocks() as demo:
|
|
235 |
["assets/greedy.jpg", 14, "Greedy eating"],
|
236 |
["assets/railway.jpg", 28, "Railway tracks"],
|
237 |
["assets/bird.png", 1803, "The seagull feathers."],
|
|
|
|
|
238 |
],
|
239 |
inputs=[image, feature_num, dummy_text],
|
240 |
label="Examples",
|
|
|
235 |
["assets/greedy.jpg", 14, "Greedy eating"],
|
236 |
["assets/railway.jpg", 28, "Railway tracks"],
|
237 |
["assets/bird.png", 1803, "The seagull feathers."],
|
238 |
+
["assets/eyes.png", 2274, "Eyes"],
|
239 |
+
["assets/monkey.png", 2692, "Monkey"],
|
240 |
],
|
241 |
inputs=[image, feature_num, dummy_text],
|
242 |
label="Examples",
|
assets/eyes.png
ADDED
![]() |
assets/monkey.png
ADDED
![]() |