Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,6 +10,8 @@ import aiohttp
|
|
| 10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
|
| 12 |
target_models = {
|
|
|
|
|
|
|
| 13 |
"kakaocorp/kanana-nano-2.1b-base": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-base",
|
| 14 |
"LGAI-EXAONE/EXAONE-Deep-32B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B",
|
| 15 |
"LGAI-EXAONE/EXAONE-Deep-2.4B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-2.4B",
|
|
@@ -612,7 +614,8 @@ def get_models_data(progress=gr.Progress()):
|
|
| 612 |
# 관심 스페이스 URL 리스트와 정보
|
| 613 |
target_spaces = {
|
| 614 |
|
| 615 |
-
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/VIDraft/Gemma-3-R1984-27B",
|
|
|
|
| 616 |
"openfree/Deepseek-v3-0324-Research": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research",
|
| 617 |
"openfree/Deepseek-v3-0324-Research-korea": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research-korea",
|
| 618 |
|
|
|
|
| 10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
| 11 |
|
| 12 |
target_models = {
|
| 13 |
+
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/VIDraft/Gemma-3-R1984-27B",
|
| 14 |
+
|
| 15 |
"kakaocorp/kanana-nano-2.1b-base": "https://huggingface.co/kakaocorp/kanana-nano-2.1b-base",
|
| 16 |
"LGAI-EXAONE/EXAONE-Deep-32B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-32B",
|
| 17 |
"LGAI-EXAONE/EXAONE-Deep-2.4B": "https://huggingface.co/LGAI-EXAONE/EXAONE-Deep-2.4B",
|
|
|
|
| 614 |
# 관심 스페이스 URL 리스트와 정보
|
| 615 |
target_spaces = {
|
| 616 |
|
| 617 |
+
"VIDraft/Gemma-3-R1984-27B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-27B",
|
| 618 |
+
|
| 619 |
"openfree/Deepseek-v3-0324-Research": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research",
|
| 620 |
"openfree/Deepseek-v3-0324-Research-korea": "https://huggingface.co/spaces/openfree/Deepseek-v3-0324-Research-korea",
|
| 621 |
|