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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -645,6 +645,9 @@ def get_models_data(progress=gr.Progress()):
645
  # 관심 스페이스 URL 리스트와 정보
646
  target_spaces = {
647
 
 
 
 
648
  "VIDraft/Agentic-AI-CHAT": "https://huggingface.co/spaces/VIDraft/Agentic-AI-CHAT",
649
  "ginigen/multimodal-chat-mbti-korea": "https://huggingface.co/spaces/ginigen/multimodal-chat-mbti-korea",
650
  "Heartsync/multimodal-chat-mbti-INTJ": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-INTJ",
@@ -664,9 +667,6 @@ target_spaces = {
664
  "Heartsync/multimodal-chat-mbti-ESTP": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-ESTP",
665
  "Heartsync/multimodal-chat-mbti-ESFP": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-ESFP",
666
 
667
-
668
-
669
-
670
  "VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B",
671
  "VIDraft/Gemma-3-R1984-12B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-12B",
672
  "cutechicken/World-of-Tank-GAME": "https://huggingface.co/spaces/cutechicken/World-of-Tank-GAME",
 
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",
 
667
  "Heartsync/multimodal-chat-mbti-ESTP": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-ESTP",
668
  "Heartsync/multimodal-chat-mbti-ESFP": "https://huggingface.co/spaces/Heartsync/multimodal-chat-mbti-ESFP",
669
 
 
 
 
670
  "VIDraft/Gemma-3-R1984-4B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-4B",
671
  "VIDraft/Gemma-3-R1984-12B": "https://huggingface.co/spaces/VIDraft/Gemma-3-R1984-12B",
672
  "cutechicken/World-of-Tank-GAME": "https://huggingface.co/spaces/cutechicken/World-of-Tank-GAME",