barghavani commited on
Commit
69c3fea
·
1 Parent(s): 8110e5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -12,6 +12,8 @@ MODEL_INFO = [
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
 
16
 
17
  # ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
@@ -23,8 +25,7 @@ MODEL_INFO = [
23
  ["VITS Grapheme ARM24 Fine-Tuned on 1 (120000)", "checkpoint_120000.pth", "config.json",
24
  "saillab/persian-tts-grapheme-arm24-finetuned-on1"],
25
 
26
- ["VITS Grapheme Multispeaker CV15(reduct)(26000)", "checkpoint_25000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
27
- ["VITS Grapheme Multispeaker CV15(90K)", "best_model_56960.pth", "config.json", "saillab/multi_speaker", "speakers.pth"],
28
 
29
  # ... Add other models similarly
30
  ]
 
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
 
19
  # ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
 
25
  ["VITS Grapheme ARM24 Fine-Tuned on 1 (120000)", "checkpoint_120000.pth", "config.json",
26
  "saillab/persian-tts-grapheme-arm24-finetuned-on1"],
27
 
28
+
 
29
 
30
  # ... Add other models similarly
31
  ]