rutsam commited on
Commit
99a10fe
1 Parent(s): f9f52a1

use 1000 words

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import numpy as np
6
  from TTS.utils.synthesizer import Synthesizer
7
 
8
 
9
- MAX_TXT_LEN = 100
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)