Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -11,6 +11,7 @@ HF_TOKEN = os.getenv("HF_TOKEN")
|
|
11 |
|
12 |
target_models = {
|
13 |
|
|
|
14 |
"seawolf2357/audrey-hepburn": "https://huggingface.co/seawolf2357/audrey-hepburn",
|
15 |
"seawolf2357/test-bag4": "https://huggingface.co/seawolf2357/test-bag4",
|
16 |
"seawolf2357/blingone-lani": "https://huggingface.co/seawolf2357/blingone-lani",
|
@@ -686,11 +687,15 @@ def get_models_data(progress=gr.Progress()):
|
|
686 |
return error_fig, error_html, empty_df
|
687 |
|
688 |
target_spaces = {
|
689 |
-
|
|
|
|
|
|
|
|
|
|
|
690 |
"openfree/AI-Podcast": "https://huggingface.co/spaces/openfree/AI-Podcast",
|
691 |
"ginipick/NH-Korea": "https://huggingface.co/spaces/ginipick/NH-Korea",
|
692 |
"VIDraft/NH-Prediction": "https://huggingface.co/spaces/VIDraft/NH-Prediction",
|
693 |
-
|
694 |
"ginipick/AI-BOOK": "https://huggingface.co/spaces/ginipick/AI-BOOK",
|
695 |
"openfree/Web-Manager": "https://huggingface.co/spaces/openfree/Web-Manager",
|
696 |
"openfree/Game-Gallery": "https://huggingface.co/spaces/openfree/Game-Gallery",
|
|
|
11 |
|
12 |
target_models = {
|
13 |
|
14 |
+
"seawolf2357/kim-korea": "https://huggingface.co/seawolf2357/kim-korea",
|
15 |
"seawolf2357/audrey-hepburn": "https://huggingface.co/seawolf2357/audrey-hepburn",
|
16 |
"seawolf2357/test-bag4": "https://huggingface.co/seawolf2357/test-bag4",
|
17 |
"seawolf2357/blingone-lani": "https://huggingface.co/seawolf2357/blingone-lani",
|
|
|
687 |
return error_fig, error_html, empty_df
|
688 |
|
689 |
target_spaces = {
|
690 |
+
|
691 |
+
"Heartsync/hwp": "https://huggingface.co/spaces/Heartsync/hwp",
|
692 |
+
"VIDraft/ACE-Singer": "https://huggingface.co/spaces/VIDraft/ACE-Singer",
|
693 |
+
"openfree/Live-Podcast": "https://huggingface.co/spaces/openfree/Live-Podcast",
|
694 |
+
"Heartsync/kim-korea": "https://huggingface.co/spaces/Heartsync/kim-korea",
|
695 |
+
|
696 |
"openfree/AI-Podcast": "https://huggingface.co/spaces/openfree/AI-Podcast",
|
697 |
"ginipick/NH-Korea": "https://huggingface.co/spaces/ginipick/NH-Korea",
|
698 |
"VIDraft/NH-Prediction": "https://huggingface.co/spaces/VIDraft/NH-Prediction",
|
|
|
699 |
"ginipick/AI-BOOK": "https://huggingface.co/spaces/ginipick/AI-BOOK",
|
700 |
"openfree/Web-Manager": "https://huggingface.co/spaces/openfree/Web-Manager",
|
701 |
"openfree/Game-Gallery": "https://huggingface.co/spaces/openfree/Game-Gallery",
|