Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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")
|