openfree commited on
Commit
70f85a2
·
verified ·
1 Parent(s): bbaaaed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -10,7 +10,8 @@ import aiohttp
10
  HF_TOKEN = os.getenv("HF_TOKEN")
11
 
12
  target_models = {
13
-
 
14
  "VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/VIDraft/Gemma-3-R1984-4B",
15
  "ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503": "https://huggingface.co/ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
16
  "openfree/QwQ-R1984-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q4_K_M-GGUF",
@@ -645,9 +646,12 @@ def get_models_data(progress=gr.Progress()):
645
  # 관심 스페이스 URL 리스트와 정보
646
  target_spaces = {
647
 
 
 
 
 
648
  "openfree/ZeroGPU-Leader": "https://huggingface.co/spaces/openfree/ZeroGPU-Leader",
649
  "VIDraft/ThinkFlow-llama": "https://huggingface.co/spaces/VIDraft/ThinkFlow-llama",
650
-
651
  "VIDraft/Agentic-AI-CHAT": "https://huggingface.co/spaces/VIDraft/Agentic-AI-CHAT",
652
  "ginigen/multimodal-chat-mbti-korea": "https://huggingface.co/spaces/ginigen/multimodal-chat-mbti-korea",
653
  "Heartsync/multimodal-chat-mbti-INTJ": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-INTJ",
 
10
  HF_TOKEN = os.getenv("HF_TOKEN")
11
 
12
  target_models = {
13
+
14
+ "openfree/ZeroGPU-Leader": "https://huggingface.co/openfree/ZeroGPU-Leader",
15
  "VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/VIDraft/Gemma-3-R1984-4B",
16
  "ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503": "https://huggingface.co/ginigen/Private-BitSix-Mistral-Small-3.1-24B-Instruct-2503",
17
  "openfree/QwQ-R1984-32B-Q4_K_M-GGUF": "https://huggingface.co/openfree/QwQ-R1984-32B-Q4_K_M-GGUF",
 
646
  # 관심 스페이스 URL 리스트와 정보
647
  target_spaces = {
648
 
649
+ "Heartsync/Papers-Leaderboard": "https://huggingface.co/spaces/Heartsync/Papers-Leaderboard",
650
+ "aiqtech/LLM-Token-Visual": "https://huggingface.co/spaces/aiqtech/LLM-Token-Visual",
651
+ "ginipick/AgentX-Papers": "https://huggingface.co/spaces/ginipick/AgentX-Papers",
652
+
653
  "openfree/ZeroGPU-Leader": "https://huggingface.co/spaces/openfree/ZeroGPU-Leader",
654
  "VIDraft/ThinkFlow-llama": "https://huggingface.co/spaces/VIDraft/ThinkFlow-llama",
 
655
  "VIDraft/Agentic-AI-CHAT": "https://huggingface.co/spaces/VIDraft/Agentic-AI-CHAT",
656
  "ginigen/multimodal-chat-mbti-korea": "https://huggingface.co/spaces/ginigen/multimodal-chat-mbti-korea",
657
  "Heartsync/multimodal-chat-mbti-INTJ": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-INTJ",