Update app.py
Browse files
app.py
CHANGED
|
@@ -11,8 +11,6 @@ target_models = {
|
|
| 11 |
"openfree/flux-lora-korea-palace": "https://huggingface.co/openfree/flux-lora-korea-palace",
|
| 12 |
"seawolf2357/hanbok": "https://huggingface.co/seawolf2357/hanbok",
|
| 13 |
"seawolf2357/ntower": "https://huggingface.co/seawolf2357/ntower",
|
| 14 |
-
|
| 15 |
-
"fantos/x-mas": "https://huggingface.co/fantos/x-mas",
|
| 16 |
|
| 17 |
"LGAI-EXAONE/EXAONE-3.5-32B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-32B-Instruct",
|
| 18 |
"LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct",
|
|
@@ -581,7 +579,7 @@ def get_models_data(progress=gr.Progress()):
|
|
| 581 |
|
| 582 |
# 관심 스페이스 URL 리스트와 정보
|
| 583 |
target_spaces = {
|
| 584 |
-
|
| 585 |
"openfree/Korean-Leaderboard": "https://huggingface.co/spaces/openfree/Korean-Leaderboard",
|
| 586 |
"ginipick/FLUXllama": "https://huggingface.co/spaces/ginipick/FLUXllama",
|
| 587 |
"ginipick/SORA-3D": "https://huggingface.co/spaces/ginipick/SORA-3D",
|
|
|
|
| 11 |
"openfree/flux-lora-korea-palace": "https://huggingface.co/openfree/flux-lora-korea-palace",
|
| 12 |
"seawolf2357/hanbok": "https://huggingface.co/seawolf2357/hanbok",
|
| 13 |
"seawolf2357/ntower": "https://huggingface.co/seawolf2357/ntower",
|
|
|
|
|
|
|
| 14 |
|
| 15 |
"LGAI-EXAONE/EXAONE-3.5-32B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-32B-Instruct",
|
| 16 |
"LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct": "https://huggingface.co/LGAI-EXAONE/EXAONE-3.5-2.4B-Instruct",
|
|
|
|
| 579 |
|
| 580 |
# 관심 스페이스 URL 리스트와 정보
|
| 581 |
target_spaces = {
|
| 582 |
+
"fantos/x-mas": "https://huggingface.co/spaces/fantos/x-mas",
|
| 583 |
"openfree/Korean-Leaderboard": "https://huggingface.co/spaces/openfree/Korean-Leaderboard",
|
| 584 |
"ginipick/FLUXllama": "https://huggingface.co/spaces/ginipick/FLUXllama",
|
| 585 |
"ginipick/SORA-3D": "https://huggingface.co/spaces/ginipick/SORA-3D",
|