Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,6 +11,14 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
| 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",
|
|
@@ -666,7 +674,7 @@ def get_models_data(progress=gr.Progress()):
|
|
| 666 |
|
| 667 |
target_spaces = {
|
| 668 |
|
| 669 |
-
|
| 670 |
"keeperballon/vibe-coding-tetris": "https://huggingface.co/spaces/keeperballon/vibe-coding-tetris",
|
| 671 |
"keeperballon/multi-llm": "https://huggingface.co/spaces/keeperballon/multi-llm",
|
| 672 |
"VIDraft/Qwen3-8B": "https://huggingface.co/spaces/VIDraft/Qwen3-8B",
|
|
|
|
| 11 |
|
| 12 |
target_models = {
|
| 13 |
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
"kanana-nano-2.1b-embedding": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-embedding",
|
| 17 |
+
"kakaocorp/kanana-nano-2.1b-base": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-base",
|
| 18 |
+
"kakaocorp/kanana-nano-2.1b-instruct": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-instruct",
|
| 19 |
+
|
| 20 |
+
"JungZoona/T3Q-qwen2.5-14b-v1.0-e3": "https://huggingface.co/JungZoona/T3Q-qwen2.5-14b-v1.0-e3",
|
| 21 |
+
|
| 22 |
"fantos/QwQ-32B-bnb-4bit": "https://huggingface.co/fantos/QwQ-32B-bnb-4bit",
|
| 23 |
"openfree/myt-flux-fantasy": "https://huggingface.co/openfree/myt-flux-fantasy",
|
| 24 |
"ginipick/Gemma-3-R1984-4B": "https://huggingface.co/ginipick/Gemma-3-R1984-4B",
|
|
|
|
| 674 |
|
| 675 |
target_spaces = {
|
| 676 |
|
| 677 |
+
|
| 678 |
"keeperballon/vibe-coding-tetris": "https://huggingface.co/spaces/keeperballon/vibe-coding-tetris",
|
| 679 |
"keeperballon/multi-llm": "https://huggingface.co/spaces/keeperballon/multi-llm",
|
| 680 |
"VIDraft/Qwen3-8B": "https://huggingface.co/spaces/VIDraft/Qwen3-8B",
|