openfree commited on
Commit
1d31737
·
verified ·
1 Parent(s): a6fa41d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
11
 
12
  target_models = {
13
 
 
14
  "openfree/myt-flux-fantasy": "https://huggingface.co/openfree/myt-flux-fantasy",
15
  "ginipick/Gemma-3-R1984-4B": "https://huggingface.co/ginipick/Gemma-3-R1984-4B",
16
 
 
11
 
12
  target_models = {
13
 
14
+ "fantos/QwQ-32B-bnb-4bit": "https://huggingface.co/fantos/QwQ-32B-bnb-4bit",
15
  "openfree/myt-flux-fantasy": "https://huggingface.co/openfree/myt-flux-fantasy",
16
  "ginipick/Gemma-3-R1984-4B": "https://huggingface.co/ginipick/Gemma-3-R1984-4B",
17