Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -687,14 +687,14 @@ def get_models_data(progress=gr.Progress()):
|
|
687 |
return error_fig, error_html, empty_df
|
688 |
|
689 |
target_spaces = {
|
690 |
-
|
691 |
-
|
692 |
"aiqcamp/deepseek-r1-0528-qwen3-8b": "https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528-qwen3-8b",
|
693 |
"aiqcamp/deepseek-r1-0528": "https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528",
|
694 |
"VIDraft/BAGEL-Websearch": "https://huggingface.co/spaces/VIDraft/BAGEL-Websearch",
|
695 |
"aiqcamp/Mistral-Devstral-API": "https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API",
|
696 |
"VIDraft/Mistral-RAG-BitSix": "https://huggingface.co/spaces/VIDraft/Mistral-RAG-BitSix",
|
697 |
-
|
698 |
"ginigen/3D-LLAMA-V1": "https://huggingface.co/spaces/ginigen/3D-LLAMA-V1",
|
699 |
"Heartsync/NSFW-Uncensored-video2": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2",
|
700 |
"Heartsync/NSFW-Uncensored-video": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video",
|
|
|
687 |
return error_fig, error_html, empty_df
|
688 |
|
689 |
target_spaces = {
|
690 |
+
"ginigen/Flux-VIDEO": "https://huggingface.co/spaces/ginigen/Flux-VIDEO",
|
691 |
+
"aiqcamp/REMOVAL-TEXT-IMAGE": "https://huggingface.co/spaces/aiqcamp/REMOVAL-TEXT-IMAGE",
|
692 |
"aiqcamp/deepseek-r1-0528-qwen3-8b": "https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528-qwen3-8b",
|
693 |
"aiqcamp/deepseek-r1-0528": "https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528",
|
694 |
"VIDraft/BAGEL-Websearch": "https://huggingface.co/spaces/VIDraft/BAGEL-Websearch",
|
695 |
"aiqcamp/Mistral-Devstral-API": "https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API",
|
696 |
"VIDraft/Mistral-RAG-BitSix": "https://huggingface.co/spaces/VIDraft/Mistral-RAG-BitSix",
|
697 |
+
|
698 |
"ginigen/3D-LLAMA-V1": "https://huggingface.co/spaces/ginigen/3D-LLAMA-V1",
|
699 |
"Heartsync/NSFW-Uncensored-video2": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2",
|
700 |
"Heartsync/NSFW-Uncensored-video": "https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video",
|