Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,6 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
9 |
|
10 |
target_models = {
|
11 |
|
12 |
-
|
13 |
-
|
14 |
"openfree/president-k-dj": "https://huggingface.co/openfree/president-k-dj",
|
15 |
"openfree/president-pjh": "https://huggingface.co/openfree/president-pjh",
|
16 |
|
@@ -597,6 +595,17 @@ def get_models_data(progress=gr.Progress()):
|
|
597 |
# 관심 스페이스 URL 리스트와 정보
|
598 |
target_spaces = {
|
599 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
600 |
|
601 |
"VIDraft/korea-president-DJ": "https://huggingface.co/spaces/VIDraft/korea-president-DJ",
|
602 |
"VIDraft/korea-president-PARK": "https://huggingface.co/spaces/VIDraft/korea-president-PARK",
|
@@ -606,7 +615,6 @@ target_spaces = {
|
|
606 |
"openfree/MagicFace-V3": "https://huggingface.co/spaces/openfree/MagicFace-V3",
|
607 |
"immunobiotech/drug-discover": "https://huggingface.co/spaces/immunobiotech/drug-discover",
|
608 |
"openfree/Korean-Leaderboard-2025": "https://huggingface.co/spaces/openfree/Korean-Leaderboard-2025",
|
609 |
-
|
610 |
"ginipick/DeepSeekR1-LIVE": "https://huggingface.co/spaces/ginipick/DeepSeekR1-LIVE",
|
611 |
"ginipick/like-history": "https://huggingface.co/spaces/ginipick/like-history",
|
612 |
"ginigen/ColPali-multi": "https://huggingface.co/spaces/ginigen/ColPali-multi",
|
|
|
9 |
|
10 |
target_models = {
|
11 |
|
|
|
|
|
12 |
"openfree/president-k-dj": "https://huggingface.co/openfree/president-k-dj",
|
13 |
"openfree/president-pjh": "https://huggingface.co/openfree/president-pjh",
|
14 |
|
|
|
595 |
# 관심 스페이스 URL 리스트와 정보
|
596 |
target_spaces = {
|
597 |
|
598 |
+
"openfree/MoneyRadar2": "https://huggingface.co/spaces/openfree/MoneyRadar2",
|
599 |
+
"openfree/trending-board-2025": "https://huggingface.co/spaces/openfree/trending-board-2025",
|
600 |
+
"VIDraft/PapersImpact": "https://huggingface.co/spaces/VIDraft/PapersImpact",
|
601 |
+
"VIDraft/EveryRAG": "https://huggingface.co/spaces/VIDraft/EveryRAG",
|
602 |
+
"fantaxy/novel-NSFW: "https://huggingface.co/spaces/fantaxy/novel-NSFW",
|
603 |
+
"fantaxy/novel-kungfu-eng": "https://huggingface.co/spaces/fantaxy/novel-kungfu-eng",
|
604 |
+
"fantaxy/novel-romance-eng": "https://huggingface.co/spaces/fantaxy/novel-romance-eng",
|
605 |
+
"fantaxy/novel-fantasy-eng": "https://huggingface.co/spaces/fantaxy/novel-fantasy-eng",
|
606 |
+
"fantaxy/erotic": "https://huggingface.co/spaces/fantaxy/erotic",
|
607 |
+
"ginipick/Any3D: "https://huggingface.co/spaces/ginipick/Any3D",
|
608 |
+
"ginigen/Canvas-pro": "https://huggingface.co/spaces/ginigen/Canvas-pro",
|
609 |
|
610 |
"VIDraft/korea-president-DJ": "https://huggingface.co/spaces/VIDraft/korea-president-DJ",
|
611 |
"VIDraft/korea-president-PARK": "https://huggingface.co/spaces/VIDraft/korea-president-PARK",
|
|
|
615 |
"openfree/MagicFace-V3": "https://huggingface.co/spaces/openfree/MagicFace-V3",
|
616 |
"immunobiotech/drug-discover": "https://huggingface.co/spaces/immunobiotech/drug-discover",
|
617 |
"openfree/Korean-Leaderboard-2025": "https://huggingface.co/spaces/openfree/Korean-Leaderboard-2025",
|
|
|
618 |
"ginipick/DeepSeekR1-LIVE": "https://huggingface.co/spaces/ginipick/DeepSeekR1-LIVE",
|
619 |
"ginipick/like-history": "https://huggingface.co/spaces/ginipick/like-history",
|
620 |
"ginigen/ColPali-multi": "https://huggingface.co/spaces/ginigen/ColPali-multi",
|