Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,9 +14,11 @@ BLOCKED_DOMAINS = [
|
|
| 14 |
"ycombinator.com"
|
| 15 |
]
|
| 16 |
|
|
|
|
| 17 |
# ββββββββββββββββββββββββββ 2. CURATED CATEGORIES ββββββββββββββββββββββββββ
|
| 18 |
CATEGORIES = {
|
| 19 |
"Productivity": [
|
|
|
|
| 20 |
"https://huggingface.co/spaces/ginipick/Change-Hair",
|
| 21 |
"https://huggingface.co/spaces/VIDraft/Voice-Clone-Podcast",
|
| 22 |
"https://huggingface.co/spaces/ginipick/PDF-EXAM",
|
|
@@ -36,6 +38,12 @@ CATEGORIES = {
|
|
| 36 |
|
| 37 |
],
|
| 38 |
"Multimodal": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
"https://huggingface.co/spaces/ginigen/Flux-VIDEO",
|
| 40 |
"https://huggingface.co/spaces/openfree/Multilingual-TTS",
|
| 41 |
"https://huggingface.co/spaces/VIDraft/ACE-Singer",
|
|
@@ -48,7 +56,8 @@ CATEGORIES = {
|
|
| 48 |
"https://huggingface.co/spaces/fantaxy/Remove-Video-Background",
|
| 49 |
],
|
| 50 |
"Professional": [
|
| 51 |
-
|
|
|
|
| 52 |
"https://huggingface.co/spaces/VIDraft/money-radar",
|
| 53 |
"https://huggingface.co/spaces/immunobiotech/drug-discovery",
|
| 54 |
"https://huggingface.co/spaces/immunobiotech/Gemini-MICHELIN",
|
|
@@ -61,7 +70,7 @@ CATEGORIES = {
|
|
| 61 |
"https://huggingface.co/spaces/ginigen/multimodal-chat-mbti-korea",
|
| 62 |
],
|
| 63 |
"Image": [
|
| 64 |
-
|
| 65 |
"https://huggingface.co/spaces/aiqcamp/REMOVAL-TEXT-IMAGE",
|
| 66 |
"https://huggingface.co/spaces/VIDraft/BAGEL-Websearch",
|
| 67 |
"https://huggingface.co/spaces/ginigen/Every-Text",
|
|
@@ -70,7 +79,6 @@ CATEGORIES = {
|
|
| 70 |
"https://huggingface.co/spaces/ginigen/Workflow-Canvas",
|
| 71 |
"https://huggingface.co/spaces/ginigen/canvas-studio",
|
| 72 |
"https://huggingface.co/spaces/VIDraft/ReSize-Image-Outpainting",
|
| 73 |
-
|
| 74 |
"https://huggingface.co/spaces/Heartsync/FLUX-Vision",
|
| 75 |
"https://huggingface.co/spaces/fantos/textcutobject",
|
| 76 |
"https://huggingface.co/spaces/aiqtech/imaginpaint",
|
|
@@ -79,14 +87,11 @@ CATEGORIES = {
|
|
| 79 |
"https://huggingface.co/spaces/VIDraft/Polaroid-Style",
|
| 80 |
"https://huggingface.co/spaces/ginigen/VisualCloze",
|
| 81 |
"https://huggingface.co/spaces/fantaxy/ofai-flx-logo",
|
| 82 |
-
|
| 83 |
"https://huggingface.co/spaces/ginigen/interior-design",
|
| 84 |
"https://huggingface.co/spaces/ginigen/MagicFace-V3",
|
| 85 |
"https://huggingface.co/spaces/fantaxy/flx-pulid",
|
| 86 |
-
|
| 87 |
"https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering",
|
| 88 |
"https://huggingface.co/spaces/VIDraft/Open-Meme-Studio",
|
| 89 |
-
|
| 90 |
"https://huggingface.co/spaces/VIDraft/stable-diffusion-3.5-large-turboX",
|
| 91 |
"https://huggingface.co/spaces/aiqtech/flxgif",
|
| 92 |
"https://huggingface.co/spaces/openfree/VectorFlow",
|
|
@@ -96,11 +101,12 @@ CATEGORIES = {
|
|
| 96 |
|
| 97 |
],
|
| 98 |
"LLM / VLM": [
|
| 99 |
-
|
| 100 |
-
|
|
|
|
| 101 |
"https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528-qwen3-8b",
|
| 102 |
"https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528",
|
| 103 |
-
"https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API",
|
| 104 |
"https://huggingface.co/spaces/VIDraft/Mistral-RAG-BitSix",
|
| 105 |
"https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B",
|
| 106 |
"https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-12B",
|
|
|
|
| 14 |
"ycombinator.com"
|
| 15 |
]
|
| 16 |
|
| 17 |
+
|
| 18 |
# ββββββββββββββββββββββββββ 2. CURATED CATEGORIES ββββββββββββββββββββββββββ
|
| 19 |
CATEGORIES = {
|
| 20 |
"Productivity": [
|
| 21 |
+
"https://huggingface.co/spaces/openfree/Chart-GPT",
|
| 22 |
"https://huggingface.co/spaces/ginipick/Change-Hair",
|
| 23 |
"https://huggingface.co/spaces/VIDraft/Voice-Clone-Podcast",
|
| 24 |
"https://huggingface.co/spaces/ginipick/PDF-EXAM",
|
|
|
|
| 38 |
|
| 39 |
],
|
| 40 |
"Multimodal": [
|
| 41 |
+
"https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video2",
|
| 42 |
+
"https://huggingface.co/spaces/Heartsync/NSFW-Uncensored-video",
|
| 43 |
+
"https://huggingface.co/spaces/Heartsync/WAN-VIDEO-AUDIO",
|
| 44 |
+
"https://huggingface.co/spaces/Heartsync/wan2-1-fast-security",
|
| 45 |
+
"https://huggingface.co/spaces/ginigen/Flux-VIDEO",
|
| 46 |
+
"https://huggingface.co/spaces/ginigen/3D-LLAMA-V1",
|
| 47 |
"https://huggingface.co/spaces/ginigen/Flux-VIDEO",
|
| 48 |
"https://huggingface.co/spaces/openfree/Multilingual-TTS",
|
| 49 |
"https://huggingface.co/spaces/VIDraft/ACE-Singer",
|
|
|
|
| 56 |
"https://huggingface.co/spaces/fantaxy/Remove-Video-Background",
|
| 57 |
],
|
| 58 |
"Professional": [
|
| 59 |
+
"https://huggingface.co/spaces/Heartsync/Novel-NSFW",
|
| 60 |
+
"https://huggingface.co/spaces/fantaxy/fantasy-novel",
|
| 61 |
"https://huggingface.co/spaces/VIDraft/money-radar",
|
| 62 |
"https://huggingface.co/spaces/immunobiotech/drug-discovery",
|
| 63 |
"https://huggingface.co/spaces/immunobiotech/Gemini-MICHELIN",
|
|
|
|
| 70 |
"https://huggingface.co/spaces/ginigen/multimodal-chat-mbti-korea",
|
| 71 |
],
|
| 72 |
"Image": [
|
| 73 |
+
"https://huggingface.co/spaces/ginigen/FLUX-Ghibli-LoRA2",
|
| 74 |
"https://huggingface.co/spaces/aiqcamp/REMOVAL-TEXT-IMAGE",
|
| 75 |
"https://huggingface.co/spaces/VIDraft/BAGEL-Websearch",
|
| 76 |
"https://huggingface.co/spaces/ginigen/Every-Text",
|
|
|
|
| 79 |
"https://huggingface.co/spaces/ginigen/Workflow-Canvas",
|
| 80 |
"https://huggingface.co/spaces/ginigen/canvas-studio",
|
| 81 |
"https://huggingface.co/spaces/VIDraft/ReSize-Image-Outpainting",
|
|
|
|
| 82 |
"https://huggingface.co/spaces/Heartsync/FLUX-Vision",
|
| 83 |
"https://huggingface.co/spaces/fantos/textcutobject",
|
| 84 |
"https://huggingface.co/spaces/aiqtech/imaginpaint",
|
|
|
|
| 87 |
"https://huggingface.co/spaces/VIDraft/Polaroid-Style",
|
| 88 |
"https://huggingface.co/spaces/ginigen/VisualCloze",
|
| 89 |
"https://huggingface.co/spaces/fantaxy/ofai-flx-logo",
|
|
|
|
| 90 |
"https://huggingface.co/spaces/ginigen/interior-design",
|
| 91 |
"https://huggingface.co/spaces/ginigen/MagicFace-V3",
|
| 92 |
"https://huggingface.co/spaces/fantaxy/flx-pulid",
|
|
|
|
| 93 |
"https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering",
|
| 94 |
"https://huggingface.co/spaces/VIDraft/Open-Meme-Studio",
|
|
|
|
| 95 |
"https://huggingface.co/spaces/VIDraft/stable-diffusion-3.5-large-turboX",
|
| 96 |
"https://huggingface.co/spaces/aiqtech/flxgif",
|
| 97 |
"https://huggingface.co/spaces/openfree/VectorFlow",
|
|
|
|
| 101 |
|
| 102 |
],
|
| 103 |
"LLM / VLM": [
|
| 104 |
+
"https://huggingface.co/spaces/ginigen/deepseek-r1-0528-API",
|
| 105 |
+
"https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API"
|
| 106 |
+
"https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528",
|
| 107 |
"https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528-qwen3-8b",
|
| 108 |
"https://huggingface.co/spaces/aiqcamp/deepseek-r1-0528",
|
| 109 |
+
"https://huggingface.co/spaces/aiqcamp/Mistral-Devstral-API",
|
| 110 |
"https://huggingface.co/spaces/VIDraft/Mistral-RAG-BitSix",
|
| 111 |
"https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B",
|
| 112 |
"https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-12B",
|