Locutusque commited on
Commit
e5343ea
·
verified ·
1 Parent(s): ee0369d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import gc
7
  from threading import Thread
8
  import os
9
 
10
- model_choices = ["Locutusque/Esmeralda-26B-A4B"]
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