barghavani commited on
Commit
86d99c2
1 Parent(s): 7702563

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from zipfile import ZipFile
9
 
10
  # Define constants
11
 
12
- MODEL_INFO = [
13
  #["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
14
  # ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
15
  # "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
@@ -34,6 +34,12 @@ MODEL_INFO = [
34
 
35
 
36
  # ... Add other models similarly
 
 
 
 
 
 
37
  ]
38
 
39
  # Extract model names from MODEL_INFO
 
9
 
10
  # Define constants
11
 
12
+ #MODEL_INFO = [
13
  #["vits checkpoint 57000", "checkpoint_57000.pth", "config.json", "mhrahmani/persian-tts-vits-0"],
14
  # ["VITS Grapheme Multispeaker CV15(reduct)(best at 17864)", "best_model_17864.pth", "config.json",
15
  # "saillab/persian-tts-cv15-reduct-grapheme-multispeaker"],
 
34
 
35
 
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
+
43
  ]
44
 
45
  # Extract model names from MODEL_INFO