FrankZxShen
commited on
Commit
•
6e7fa06
1
Parent(s):
b60ddd0
Update app.py
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ if __name__ == "__main__":
|
|
245 |
categories = ["Blue Archive"]
|
246 |
others = {
|
247 |
"PCR vits-fast-fineturning": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
248 |
-
"Blue Archive vits-fast-fineturning": "https://huggingface.co/spaces/FrankZxShen/vits-fast-
|
249 |
}
|
250 |
for info in models_info:
|
251 |
config_path = info['config_path']
|
|
|
245 |
categories = ["Blue Archive"]
|
246 |
others = {
|
247 |
"PCR vits-fast-fineturning": "https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr",
|
248 |
+
"Blue Archive vits-fast-fineturning": "https://huggingface.co/spaces/FrankZxShen/vits-fast-fineturning-models-ba",
|
249 |
}
|
250 |
for info in models_info:
|
251 |
config_path = info['config_path']
|