Update app.py
Browse files
app.py
CHANGED
|
@@ -650,21 +650,28 @@ target_spaces = {
|
|
| 650 |
"aiqmaster/assetai": "https://huggingface.co/spaces/aiqmaster/assetai",
|
| 651 |
"aiqmaster/stockai": "https://huggingface.co/spaces/aiqmaster/stockai",
|
| 652 |
|
| 653 |
-
"r3gm/DiffuseCraft": "https://huggingface.co/spaces/r3gm/DiffuseCraft",
|
| 654 |
-
|
| 655 |
-
"LeeSangHoon/HierSpeech_TTS": "https://huggingface.co/spaces/LeeSangHoon/HierSpeech_TTS",
|
| 656 |
-
"etri-vilab/KOALA": "https://huggingface.co/spaces/etri-vilab/KOALA",
|
| 657 |
-
"etri-vilab/Ko-LLaVA": "https://huggingface.co/spaces/etri-vilab/Ko-LLaVA",
|
| 658 |
-
|
| 659 |
"cutechicken/TankWar3D": "https://huggingface.co/spaces/cutechicken/TankWar3D",
|
| 660 |
"kolaslab/RC4-EnDecoder": "https://huggingface.co/spaces/kolaslab/RC4-EnDecoder",
|
| 661 |
"kolaslab/simulator": "https://huggingface.co/spaces/kolaslab/simulator",
|
| 662 |
"kolaslab/calculator": "https://huggingface.co/spaces/kolaslab/calculator",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 663 |
"etri-vilab/Ko-LLaVA": "https://huggingface.co/spaces/etri-vilab/Ko-LLaVA",
|
| 664 |
"etri-vilab/KOALA": "https://huggingface.co/spaces/etri-vilab/KOALA",
|
| 665 |
"naver-clova-ix/donut-base-finetuned-cord-v2": "https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2",
|
| 666 |
-
|
| 667 |
-
"NCSOFT/VARCO_Arena": "https://huggingface.co/spaces/NCSOFT/VARCO_Arena"
|
| 668 |
}
|
| 669 |
|
| 670 |
def get_spaces_data(sort_type="trending", progress=gr.Progress()):
|
|
|
|
| 650 |
"aiqmaster/assetai": "https://huggingface.co/spaces/aiqmaster/assetai",
|
| 651 |
"aiqmaster/stockai": "https://huggingface.co/spaces/aiqmaster/stockai",
|
| 652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 653 |
"cutechicken/TankWar3D": "https://huggingface.co/spaces/cutechicken/TankWar3D",
|
| 654 |
"kolaslab/RC4-EnDecoder": "https://huggingface.co/spaces/kolaslab/RC4-EnDecoder",
|
| 655 |
"kolaslab/simulator": "https://huggingface.co/spaces/kolaslab/simulator",
|
| 656 |
"kolaslab/calculator": "https://huggingface.co/spaces/kolaslab/calculator",
|
| 657 |
+
|
| 658 |
+
"aiqtech/kofaceid": "https://huggingface.co/spaces/aiqtech/kofaceid",
|
| 659 |
+
"fantaxy/fastvideogena": "https://huggingface.co/spaces/fantaxy/fastvideogen",
|
| 660 |
+
"fantos/cogvidx": "https://huggingface.co/spaces/fantos/cogvidx",
|
| 661 |
+
"fantos/flxfashmodel": "https://huggingface.co/spaces/fantos/flxfashmodel",
|
| 662 |
+
"fantos/kolcontrl": "https://huggingface.co/spaces/fantos/kolcontrl",
|
| 663 |
+
"fantos/EveryText": "https://huggingface.co/spaces/fantos/EveryText",
|
| 664 |
+
"aiqtech/cinevid": "https://huggingface.co/spaces/aiqtech/cinevid",
|
| 665 |
+
"aiqtech/FLUX-Ghibli-Studio-LoRA": "https://huggingface.co/spaces/aiqtech/FLUX-Ghibli-Studio-LoRA",
|
| 666 |
+
"aiqtech/flxgif": "https://huggingface.co/spaces/aiqtech/flxgif",
|
| 667 |
+
"aiqtech/imaginpaint: "https://huggingface.co/spaces/aiqtech/imaginpaint",
|
| 668 |
+
|
| 669 |
+
"r3gm/DiffuseCraft": "https://huggingface.co/spaces/r3gm/DiffuseCraft",
|
| 670 |
+
"LeeSangHoon/HierSpeech_TTS": "https://huggingface.co/spaces/LeeSangHoon/HierSpeech_TTS",
|
| 671 |
"etri-vilab/Ko-LLaVA": "https://huggingface.co/spaces/etri-vilab/Ko-LLaVA",
|
| 672 |
"etri-vilab/KOALA": "https://huggingface.co/spaces/etri-vilab/KOALA",
|
| 673 |
"naver-clova-ix/donut-base-finetuned-cord-v2": "https://huggingface.co/spaces/naver-clova-ix/donut-base-finetuned-cord-v2",
|
| 674 |
+
"NCSOFT/VARCO_Arena": "https://huggingface.co/spaces/NCSOFT/VARCO_Arena"
|
|
|
|
| 675 |
}
|
| 676 |
|
| 677 |
def get_spaces_data(sort_type="trending", progress=gr.Progress()):
|