Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import gc
|
|
| 7 |
from threading import Thread
|
| 8 |
import os
|
| 9 |
|
| 10 |
-
model_choices = ["Locutusque/Esmeralda-
|
| 11 |
|
| 12 |
CURRENT = {"name": None, "pipe": None}
|
| 13 |
|
|
|
|
| 7 |
from threading import Thread
|
| 8 |
import os
|
| 9 |
|
| 10 |
+
model_choices = ["Locutusque/Esmeralda-Qwen3.6-35B-A3B"]
|
| 11 |
|
| 12 |
CURRENT = {"name": None, "pipe": None}
|
| 13 |
|