Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
100
  siglip_output = gr.Label(label = "SigLIP Output", num_top_classes=3)
101
  nllb_output = gr.Label(label = "NLLB-CLIP Output", num_top_classes=3)
102
 
103
- examples = [["./cat.jpg", "eine Katze, köpek, un oiseau"]]
104
  gr.Examples(
105
  examples = examples,
106
  inputs=[image_input, text_input],
 
100
  siglip_output = gr.Label(label = "SigLIP Output", num_top_classes=3)
101
  nllb_output = gr.Label(label = "NLLB-CLIP Output", num_top_classes=3)
102
 
103
+ examples = [["./Ratan Tata.jpg", "Ratan Tata, Steve Jobs, Elon Musk"]]
104
  gr.Examples(
105
  examples = examples,
106
  inputs=[image_input, text_input],