merve HF staff commited on
Commit
9e59a7b
1 Parent(s): f485129

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with gr.Blocks() as demo:
86
  siglip_output = gr.Label(label = "SigLIP Output", num_top_classes=3)
87
  nllb_output = gr.Label(label = "NLLB-CLIP Output", num_top_classes=3)
88
 
89
- examples = [["../cat.jpg", "eine Katze, köpek, un oiseau"]]
90
  gr.Examples(
91
  examples = examples,
92
  inputs=[image_input, text_input],
 
86
  siglip_output = gr.Label(label = "SigLIP Output", num_top_classes=3)
87
  nllb_output = gr.Label(label = "NLLB-CLIP Output", num_top_classes=3)
88
 
89
+ examples = [["./cat.jpg", "eine Katze, köpek, un oiseau"]]
90
  gr.Examples(
91
  examples = examples,
92
  inputs=[image_input, text_input],