Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = [["
|
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],
|