FrankZxShen
commited on
Commit
•
7ee8177
1
Parent(s):
9024400
Update app.py
Browse files
app.py
CHANGED
@@ -136,6 +136,7 @@ if __name__ == "__main__":
|
|
136 |
categories = ["Umamusume"]
|
137 |
others = {
|
138 |
"Princess Connect! Re:Dive": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
|
|
139 |
}
|
140 |
for info in models_info:
|
141 |
lang = info['languages']
|
|
|
136 |
categories = ["Umamusume"]
|
137 |
others = {
|
138 |
"Princess Connect! Re:Dive": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
139 |
+
"Blue Archive": "https://huggingface.co/spaces/FrankZxShen/vits-fast-fineturning-models-ba",
|
140 |
}
|
141 |
for info in models_info:
|
142 |
lang = info['languages']
|