Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -17,10 +17,7 @@ cancel_event = threading.Event()
|
|
17 |
# Qwen3 Model Definitions
|
18 |
# ------------------------------
|
19 |
MODELS = {
|
20 |
-
"Qwen3-
|
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.
|