MoiMoi-01 commited on
Commit
6aa74f4
·
verified ·
1 Parent(s): 2dfcd4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +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
  }
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.