Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -882,14 +882,14 @@ target_spaces = {
|
|
882 |
"etri-vilab/Ko-LLaVA": "https://huggingface.co/spaces/etri-vilab/Ko-LLaVA",
|
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()):
|
|
|
882 |
"etri-vilab/Ko-LLaVA": "https://huggingface.co/spaces/etri-vilab/Ko-LLaVA",
|
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()):
|