openfree commited on
Commit
5db0eb7
·
verified ·
1 Parent(s): 542689a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -17,10 +17,7 @@ cancel_event = threading.Event()
17
  # Qwen3 Model Definitions
18
  # ------------------------------
19
  MODELS = {
20
- "Qwen3-8B": {"repo_id": "Qwen/Qwen3-8B", "description": "Qwen3-8B - Largest model with highest capabilities"},
21
- "Qwen3-4B": {"repo_id": "Qwen/Qwen3-4B", "description": "Qwen3-4B - Good balance of performance and efficiency"},
22
- "Qwen3-1.7B": {"repo_id": "Qwen/Qwen3-1.7B", "description": "Qwen3-1.7B - Smaller model for faster responses"},
23
- "Qwen3-0.6B": {"repo_id": "Qwen/Qwen3-0.6B", "description": "Qwen3-0.6B - Ultra-lightweight model"}
24
  }
25
 
26
  # Global cache for pipelines to avoid re-loading.
 
17
  # Qwen3 Model Definitions
18
  # ------------------------------
19
  MODELS = {
20
+ "Qwen3-1.7B": {"repo_id": "Qwen/Qwen3-1.7B", "description": "Qwen3-1.7B - Smaller model for faster responses"}
 
 
 
21
  }
22
 
23
  # Global cache for pipelines to avoid re-loading.