Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import spaces # Import spaces early to enable ZeroGPU support
|
|
14 |
cancel_event = threading.Event()
|
15 |
|
16 |
MODELS = {
|
17 |
-
"MedGemma": {"repo_id": "
|
18 |
}
|
19 |
|
20 |
# Global cache for pipelines to avoid re-loading.
|
|
|
14 |
cancel_event = threading.Event()
|
15 |
|
16 |
MODELS = {
|
17 |
+
"MedGemma": {"repo_id": "unsloth/medgemma-27b-text-it", "description": "Med Gemma for medical chat."}
|
18 |
}
|
19 |
|
20 |
# Global cache for pipelines to avoid re-loading.
|