Spaces:
Build error
Build error
Commit
·
1343557
1
Parent(s):
0f99d83
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import json
|
|
9 |
|
10 |
# Define constants
|
11 |
MODEL_INFO = [
|
12 |
-
["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
|
13 |
# ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
|
14 |
# "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
|
15 |
["VITS Grapheme Multispeaker CV15(reduct)(22000)", "checkpoint_22000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|
|
|
9 |
|
10 |
# Define constants
|
11 |
MODEL_INFO = [
|
12 |
+
#["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
|
13 |
# ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
|
14 |
# "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
|
15 |
["VITS Grapheme Multispeaker CV15(reduct)(22000)", "checkpoint_22000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
|