Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,9 +44,9 @@ with gr.Blocks() as demo:
|
|
| 44 |
siglip2_output = gr.Label(label="SigLIP 2 Output", num_top_classes=3)
|
| 45 |
|
| 46 |
examples = [
|
| 47 |
-
["./baklava.jpg", "
|
| 48 |
-
["./
|
| 49 |
-
["./
|
| 50 |
]
|
| 51 |
gr.Examples(
|
| 52 |
examples=examples,
|
|
|
|
| 44 |
siglip2_output = gr.Label(label="SigLIP 2 Output", num_top_classes=3)
|
| 45 |
|
| 46 |
examples = [
|
| 47 |
+
["./baklava.jpg", "dessert on a plate, a serving of baklava, a plate and spoon"],
|
| 48 |
+
["./cat.jpg", "a cat, two cats, three cats"],
|
| 49 |
+
["./cat.jpg", "two sleeping cats, two cats playing, three cats laying down"],
|
| 50 |
]
|
| 51 |
gr.Examples(
|
| 52 |
examples=examples,
|