ariG23498 HF staff commited on
Commit
a7ee8af
·
verified ·
1 Parent(s): a852975

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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", "desser on a plate, a serving of baklava, a plate and spoon"],
48
- ["./baklava.jpg", "a cat, two cats, three cats"],
49
- ["./baklava.jpg", "two sleeping cats, two cats playing, three cats laying down"],
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,