Spaces:
Runtime error
Runtime error
use 1000 words
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import numpy as np
|
|
6 |
from TTS.utils.synthesizer import Synthesizer
|
7 |
|
8 |
|
9 |
-
MAX_TXT_LEN =
|
10 |
subprocess.check_output("git lfs install", shell=True)
|
11 |
subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
|
12 |
shell=True)
|
|
|
6 |
from TTS.utils.synthesizer import Synthesizer
|
7 |
|
8 |
|
9 |
+
MAX_TXT_LEN = 1000
|
10 |
subprocess.check_output("git lfs install", shell=True)
|
11 |
subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
|
12 |
shell=True)
|