Spaces:
Build error
Build error
barghavani
commited on
Commit
·
505e1ed
1
Parent(s):
95a5894
Update app.py
Browse files
app.py
CHANGED
@@ -8,11 +8,11 @@ import json
|
|
8 |
|
9 |
# Define constants
|
10 |
MODEL_INFO = [
|
11 |
-
["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
|
12 |
# ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
|
13 |
# "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
|
14 |
-
["VITS Grapheme Multispeaker CV15(reduct)(22000)", "checkpoint_22000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|
15 |
-
["VITS Grapheme Multispeaker CV15(reduct)(26000)", "checkpoint_25000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|
16 |
["VITS Grapheme Multispeaker CV15(90K)", "best_model_56960.pth", "config.json", "saillab/multi_speaker", "speakers.pth"],
|
17 |
|
18 |
# ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
|
|
|
8 |
|
9 |
# Define constants
|
10 |
MODEL_INFO = [
|
11 |
+
#["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
|
12 |
# ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
|
13 |
# "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
|
14 |
+
#["VITS Grapheme Multispeaker CV15(reduct)(22000)", "checkpoint_22000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|
15 |
+
#["VITS Grapheme Multispeaker CV15(reduct)(26000)", "checkpoint_25000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|
16 |
["VITS Grapheme Multispeaker CV15(90K)", "best_model_56960.pth", "config.json", "saillab/multi_speaker", "speakers.pth"],
|
17 |
|
18 |
# ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
|