Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -643,12 +643,11 @@ def get_models_data(progress=gr.Progress()):
|
|
| 643 |
|
| 644 |
# 관심 스페이스 URL 리스트와 정보
|
| 645 |
target_spaces = {
|
| 646 |
-
|
|
|
|
| 647 |
"openfree/Llama-4-Maverick-17B-Research-korea": "https://huggingface.co/spaces/openfree/Llama-4-Maverick-17B-Research-korea",
|
| 648 |
"openfree/Llama-4-Scout-17B-Research-korea": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research-korea",
|
| 649 |
-
|
| 650 |
-
"openfree/Llama-4-Scout-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research",
|
| 651 |
-
|
| 652 |
"fantaxy/Model-Leaderboard": "https://huggingface.co/spaces/fantaxy/Model-Leaderboard",
|
| 653 |
"seawolf2357/Ghibli-Multilingual-Text-rendering": "https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering",
|
| 654 |
"openfree/IMAGE2DOT": "https://huggingface.co/spaces/openfree/IMAGE2DOT",
|
|
|
|
| 643 |
|
| 644 |
# 관심 스페이스 URL 리스트와 정보
|
| 645 |
target_spaces = {
|
| 646 |
+
"openfree/Llama-4-Maverick-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Maverick-17B-Research",
|
| 647 |
+
"openfree/Llama-4-Scout-17B-Research": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research",
|
| 648 |
"openfree/Llama-4-Maverick-17B-Research-korea": "https://huggingface.co/spaces/openfree/Llama-4-Maverick-17B-Research-korea",
|
| 649 |
"openfree/Llama-4-Scout-17B-Research-korea": "https://huggingface.co/spaces/openfree/Llama-4-Scout-17B-Research-korea",
|
| 650 |
+
|
|
|
|
|
|
|
| 651 |
"fantaxy/Model-Leaderboard": "https://huggingface.co/spaces/fantaxy/Model-Leaderboard",
|
| 652 |
"seawolf2357/Ghibli-Multilingual-Text-rendering": "https://huggingface.co/spaces/seawolf2357/Ghibli-Multilingual-Text-rendering",
|
| 653 |
"openfree/IMAGE2DOT": "https://huggingface.co/spaces/openfree/IMAGE2DOT",
|