Spaces:
Build error
Build error
Commit
·
977d4f7
1
Parent(s):
8079c69
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ from huggingface_hub import hf_hub_download
|
|
6 |
|
7 |
# Define constants
|
8 |
MODEL_INFO = [
|
9 |
-
["vits-multispeaker-495586", "best_model_495586.pth", "config.json", "saillab/vits_multi_cv_15_validated_dataset","speakers.pth"],
|
10 |
#["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"]
|
11 |
-
|
12 |
]
|
13 |
|
14 |
# # Extract model names from MODEL_INFO
|
|
|
6 |
|
7 |
# Define constants
|
8 |
MODEL_INFO = [
|
9 |
+
#["vits-multispeaker-495586", "best_model_495586.pth", "config.json", "saillab/vits_multi_cv_15_validated_dataset","speakers.pth"],
|
10 |
#["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"]
|
11 |
+
["VITS Grapheme Azure (61000)", "checkpoint_61000.pth", "config.json", "saillab/persian-tts-azure-grapheme-60K"]
|
12 |
]
|
13 |
|
14 |
# # Extract model names from MODEL_INFO
|