barghavani commited on
Commit
cd9eba1
1 Parent(s): 3b9d67a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ from zipfile import ZipFile
36
  # ... Add other models similarly
37
  #]
38
  MODEL_INFO = MODEL_INFO = [
39
- ["VITS Male Single Speaker", "checkpoint_61000.pth", "config.json", "saillab/persian-tts-azure-grapheme-60K"],
40
 
41
  ["VITS Female Single speaker","best_model_15397.pth","config.json","saillab/ZabanZad_VITS_Female","speakers1.pth"],
42
 
 
36
  # ... Add other models similarly
37
  #]
38
  MODEL_INFO = MODEL_INFO = [
39
+ ["VITS Male Single Speaker", "checkpoint_61000.pth", "config.json", "saillab/ZabanZad_VITS_MAle"],
40
 
41
  ["VITS Female Single speaker","best_model_15397.pth","config.json","saillab/ZabanZad_VITS_Female","speakers1.pth"],
42