Spaces:
Running
Running
Update app.py
Browse files
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 |
|