Spaces:
Running
on
Zero
Running
on
Zero
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/QwQ-32B-Q8_0-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q8_0-GGUF",
|
15 |
"openfree/QwQ-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q4_K_M-GGUF",
|
16 |
"openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF": "https://huggingface.co/openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF",
|
@@ -640,10 +641,16 @@ def get_models_data(progress=gr.Progress()):
|
|
640 |
# 관심 스페이스 URL 리스트와 정보
|
641 |
target_spaces = {
|
642 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
643 |
|
644 |
"openfree/Gemma-3-R1984-12B": "https://huggingface.co/spaces/openfree/Gemma-3-R1984-12B",
|
645 |
"openfree/Stock-Trading-Analysis": "https://huggingface.co/spaces/openfree/Stock-Trading-Analysis",
|
646 |
-
|
647 |
"aiqtech/Contributors-Leaderboard": "https://huggingface.co/spaces/aiqtech/Contributors-Leaderboard",
|
648 |
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-27B",
|
649 |
"openfree/Deepseek-v3-0324-Research": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research",
|
|
|
11 |
|
12 |
target_models = {
|
13 |
|
14 |
+
"VIDraft/QwQ-R1984-32B": "https://huggingface.co/VIDraft/QwQ-R1984-32B",
|
15 |
"openfree/QwQ-32B-Q8_0-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q8_0-GGUF",
|
16 |
"openfree/QwQ-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-32B-Q4_K_M-GGUF",
|
17 |
"openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF": "https://huggingface.co/openfree/Llama-3_3-Nemotron-Super-49B-v1-Q4_K_M-GGUF",
|
|
|
641 |
# 관심 스페이스 URL 리스트와 정보
|
642 |
target_spaces = {
|
643 |
|
644 |
+
"VIDraft/FLUX-cat-lora": "https://huggingface.co/spaces/VIDraft/FLUX-cat-lora",
|
645 |
+
"VIDraft/Polaroid-Style": "https://huggingface.co/spaces/VIDraft/Polaroid-Style",
|
646 |
+
"VIDraft/Multilingual-Text-add-Images": "https://huggingface.co/spaces/VIDraft/Multilingual-Text-add-Images",
|
647 |
+
"ginigen/FLUX-Text-Tree-Image": "https://huggingface.co/spaces/ginigen/FLUX-Text-Tree-Image",
|
648 |
+
"VIDraft/ReSize-Image-Outpainting": "https://huggingface.co/spaces/VIDraft/ReSize-Image-Outpainting",
|
649 |
+
"VIDraft/Fashion-Fit": "https://huggingface.co/spaces/VIDraft/Fashion-Fit",
|
650 |
+
"ginigen/SFX-Sound-magic": "https://huggingface.co/spaces/ginigen/SFX-Sound-magic",
|
651 |
|
652 |
"openfree/Gemma-3-R1984-12B": "https://huggingface.co/spaces/openfree/Gemma-3-R1984-12B",
|
653 |
"openfree/Stock-Trading-Analysis": "https://huggingface.co/spaces/openfree/Stock-Trading-Analysis",
|
|
|
654 |
"aiqtech/Contributors-Leaderboard": "https://huggingface.co/spaces/aiqtech/Contributors-Leaderboard",
|
655 |
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-27B",
|
656 |
"openfree/Deepseek-v3-0324-Research": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research",
|