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 |
"ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503": "https://huggingface.co/ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
|
15 |
"openfree/QwQ-R1984-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q4_K_M-GGUF",
|
16 |
"openfree/QwQ-R1984-32B-Q8_0-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q8_0-GGUF",
|
@@ -644,6 +645,10 @@ def get_models_data(progress=gr.Progress()):
|
|
644 |
# 관심 스페이스 URL 리스트와 정보
|
645 |
target_spaces = {
|
646 |
|
|
|
|
|
|
|
|
|
647 |
"cutechicken/World-of-Tank-GAME": "https://huggingface.co/spaces/cutechicken/World-of-Tank-GAME",
|
648 |
"openfree/Llama-4-Maverick-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Maverick-17B-Research",
|
649 |
"openfree/Llama-4-Scout-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research",
|
|
|
11 |
|
12 |
target_models = {
|
13 |
|
14 |
+
"VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/VIDraft/Gemma-3-R1984-4B",
|
15 |
"ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503": "https://huggingface.co/ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
|
16 |
"openfree/QwQ-R1984-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q4_K_M-GGUF",
|
17 |
"openfree/QwQ-R1984-32B-Q8_0-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q8_0-GGUF",
|
|
|
645 |
# 관심 스페이스 URL 리스트와 정보
|
646 |
target_spaces = {
|
647 |
|
648 |
+
|
649 |
+
"VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B",
|
650 |
+
"VIDraft/Gemma-3-R1984-12B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-12B",
|
651 |
+
|
652 |
"cutechicken/World-of-Tank-GAME": "https://huggingface.co/spaces/cutechicken/World-of-Tank-GAME",
|
653 |
"openfree/Llama-4-Maverick-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Maverick-17B-Research",
|
654 |
"openfree/Llama-4-Scout-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research",
|