barghavani commited on
Commit
ee06340
·
1 Parent(s): 2573651

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -7
app.py CHANGED
@@ -12,18 +12,16 @@ 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"],
16
- ["VITS Grapheme Multispeaker CV15(reduct)(26000)", "checkpoint_25000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
17
  ["vits-multispeaker-retrain-train set-90K", "best_model_56960.pth", "config.json", "saillab/multi_speaker","speakers.pth"],
18
 
19
  # ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
20
  # "saillab/persian-tts-azure-grapheme-60K"],
21
- ["VITS Grapheme Azure (61000)", "checkpoint_61000.pth", "config.json", "saillab/persian-tts-azure-grapheme-60K"],
22
 
23
- ["VITS Grapheme ARM24 Fine-Tuned on 1 (66651)", "best_model_66651.pth", "config.json",
24
- "saillab/persian-tts-grapheme-arm24-finetuned-on1"],
25
- ["VITS Grapheme ARM24 Fine-Tuned on 1 (120000)", "checkpoint_120000.pth", "config.json",
26
- "saillab/persian-tts-grapheme-arm24-finetuned-on1"],
27
 
28
  # ... Add other models similarly
29
  ]
 
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"],
16
+ #["VITS Grapheme Multispeaker CV15(reduct)(26000)", "checkpoint_25000.pth", "config.json", "saillab/persian-tts-cv15-reduct-grapheme-multispeaker", "speakers.pth"],
17
  ["vits-multispeaker-retrain-train set-90K", "best_model_56960.pth", "config.json", "saillab/multi_speaker","speakers.pth"],
18
 
19
  # ["VITS Grapheme Azure (best at 15934)", "best_model_15934.pth", "config.json",
20
  # "saillab/persian-tts-azure-grapheme-60K"],
21
+ #["VITS Grapheme Azure (61000)", "checkpoint_61000.pth", "config.json", "saillab/persian-tts-azure-grapheme-60K"],
22
 
23
+ #["VITS Grapheme ARM24 Fine-Tuned on 1 (66651)", "best_model_66651.pth", "config.json","saillab/persian-tts-grapheme-arm24-finetuned-on1"],
24
+ #["VITS Grapheme ARM24 Fine-Tuned on 1 (120000)", "checkpoint_120000.pth", "config.json","saillab/persian-tts-grapheme-arm24-finetuned-on1"],
 
 
25
 
26
  # ... Add other models similarly
27
  ]