FrankZxShen
commited on
Commit
•
be0d84c
1
Parent(s):
732392e
Update app.py
Browse files
app.py
CHANGED
@@ -130,6 +130,7 @@ if __name__ == "__main__":
|
|
130 |
others = {
|
131 |
"Princess Connect! Re:Dive": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
132 |
"Umamusume": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-umamusume",
|
|
|
133 |
}
|
134 |
for info in models_info:
|
135 |
lang = info['languages']
|
|
|
130 |
others = {
|
131 |
"Princess Connect! Re:Dive": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
132 |
"Umamusume": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-umamusume",
|
133 |
+
"Blue Archive so-vits-svc(歌声语音转换)": "https://huggingface.co/spaces/FrankZxShen/so-vits-svc-models-ba",
|
134 |
}
|
135 |
for info in models_info:
|
136 |
lang = info['languages']
|