Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#1
by
iamramzan
- opened
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 = [["./
|
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],
|