cmcmaster commited on
Commit
2f97b32
·
verified ·
1 Parent(s): 8ec09b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": "TsinghuaC3I/Llama-3.1-8B-UltraMedical", "description": "Med Gemma for medical chat."}
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.