sulaimank commited on
Commit
d3ac76b
·
verified ·
1 Parent(s): b69c7e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from TTS.utils.synthesizer import Synthesizer
8
  MAX_TXT_LEN = 400
9
 
10
  # Use a single checkpoint from your repo
11
- MODEL_FILE = "checkpoint_2100000.pth"
12
 
13
  # Download config and checkpoint once
14
  config_path = hf_hub_download("sulaimank/luganda_LMs", filename="config.json")
 
8
  MAX_TXT_LEN = 400
9
 
10
  # Use a single checkpoint from your repo
11
+ MODEL_FILE = "checkpoint_2080000.pth"
12
 
13
  # Download config and checkpoint once
14
  config_path = hf_hub_download("sulaimank/luganda_LMs", filename="config.json")