Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ cancel_event = threading.Event()
|
|
17 |
# Qwen3 Model Definitions
|
18 |
# ------------------------------
|
19 |
MODELS = {
|
20 |
-
"Qwen3-8B": {"repo_id": "
|
21 |
}
|
22 |
|
23 |
# Global cache for pipelines to avoid re-loading.
|
|
|
17 |
# Qwen3 Model Definitions
|
18 |
# ------------------------------
|
19 |
MODELS = {
|
20 |
+
"Qwen3-8B-abliterated": {"repo_id": "huihui-ai/Qwen3-8B-abliterated", "description": "Qwen3-8B - Largest model with highest capabilities"}
|
21 |
}
|
22 |
|
23 |
# Global cache for pipelines to avoid re-loading.
|