Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -608,6 +608,7 @@ def get_models_data(progress=gr.Progress()):
|
|
608 |
# 관심 스페이스 URL 리스트와 정보
|
609 |
target_spaces = {
|
610 |
|
|
|
611 |
"VIDraft/Unique3D": "https://huggingface.co/spaces/VIDraft/Unique3D",
|
612 |
"openfree/Compare-RAG-CHAT": "https://huggingface.co/spaces/openfree/Compare-RAG-CHAT",
|
613 |
"ginigen/Light-amplification": "https://huggingface.co/spaces/ginigen/Light-amplification",
|
@@ -882,6 +883,13 @@ target_spaces = {
|
|
882 |
"etri-vilab/KOALA": "https://huggingface.co/spaces/etri-vilab/KOALA",
|
883 |
"naver-clova-ix/donut-base-finetuned-cord-v2": "https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2",
|
884 |
"NCSOFT/VARCO_Arena": "https://huggingface.co/spaces/NCSOFT/VARCO_Arena"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
885 |
}
|
886 |
|
887 |
def get_spaces_data(sort_type="trending", progress=gr.Progress()):
|
|
|
608 |
# 관심 스페이스 URL 리스트와 정보
|
609 |
target_spaces = {
|
610 |
|
611 |
+
|
612 |
"VIDraft/Unique3D": "https://huggingface.co/spaces/VIDraft/Unique3D",
|
613 |
"openfree/Compare-RAG-CHAT": "https://huggingface.co/spaces/openfree/Compare-RAG-CHAT",
|
614 |
"ginigen/Light-amplification": "https://huggingface.co/spaces/ginigen/Light-amplification",
|
|
|
883 |
"etri-vilab/KOALA": "https://huggingface.co/spaces/etri-vilab/KOALA",
|
884 |
"naver-clova-ix/donut-base-finetuned-cord-v2": "https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2",
|
885 |
"NCSOFT/VARCO_Arena": "https://huggingface.co/spaces/NCSOFT/VARCO_Arena"
|
886 |
+
|
887 |
+
#중복으로 산정한것을 참조할것
|
888 |
+
"fantaxy/Space-Leaderboard": "https://huggingface.co/spaces/fantaxy/Space-Leaderboard",
|
889 |
+
"fantaxy/Travel-Agent": "https://huggingface.co/spaces/fantaxy/Travel-Agent",
|
890 |
+
"fantaxy/handspew-PLUS": "https://huggingface.co/spaces/fantaxy/handspew-PLUS",
|
891 |
+
"fantaxy/SonicOrbit-MAX": "https://huggingface.co/spaces/fantaxy/SonicOrbit-MAX",
|
892 |
+
"fantaxy/Datasets-Convertors": "https://huggingface.co/spaces/fantaxy/Datasets-Convertors",
|
893 |
}
|
894 |
|
895 |
def get_spaces_data(sort_type="trending", progress=gr.Progress()):
|