Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def classify_image(image, text_queries):
|
|
68 |
with gr.Blocks(title="Mexma-SigLIP2 Zero-Shot Classification") as demo:
|
69 |
gr.Markdown("# Mexma-SigLIP2 Zero-Shot Classification Demo")
|
70 |
gr.Markdown("""
|
71 |
-
This demo showcases the zero-shot classification capabilities of
|
72 |
|
73 |
### Instructions:
|
74 |
1. Upload or select an image
|
|
|
68 |
with gr.Blocks(title="Mexma-SigLIP2 Zero-Shot Classification") as demo:
|
69 |
gr.Markdown("# Mexma-SigLIP2 Zero-Shot Classification Demo")
|
70 |
gr.Markdown("""
|
71 |
+
This demo showcases the zero-shot classification capabilities of Mexma-SigLIP2 - state-of-the-art model for multilingual zero-shot classification.
|
72 |
|
73 |
### Instructions:
|
74 |
1. Upload or select an image
|