Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,8 +41,9 @@ with gr.Blocks(title="MedSigLIP Classifier") as demo:
|
|
| 41 |
gr.Markdown(
|
| 42 |
"""
|
| 43 |
# MedSigLIP Zero-Shot Classification
|
| 44 |
-
MedSigLIP is a medical
|
| 45 |
-
|
|
|
|
| 46 |
## Links
|
| 47 |
* Model Page: https://huggingface.co/google/medsiglip-448
|
| 48 |
* Model Documentation: https://developers.google.com/health-ai-developer-foundations/medsiglip
|
|
|
|
| 41 |
gr.Markdown(
|
| 42 |
"""
|
| 43 |
# MedSigLIP Zero-Shot Classification
|
| 44 |
+
MedSigLIP is a medical adaptation of SigLIP that embeds medical images and text into a shared space. It uses 400M vision + 400M text encoders, supports 448×448 images and 64 text tokens, and is trained on broad de-identified medical image–text pairs plus natural images.
|
| 45 |
+
Best for medical image tasks like data-efficient classification, zero-shot classification, and semantic retrieval.
|
| 46 |
+
|
| 47 |
## Links
|
| 48 |
* Model Page: https://huggingface.co/google/medsiglip-448
|
| 49 |
* Model Documentation: https://developers.google.com/health-ai-developer-foundations/medsiglip
|