rutsam commited on
Commit
35c62b8
·
1 Parent(s): a816c10
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import subprocess
6
 
7
 
8
  MAX_TXT_LEN = 100
9
- subprocess.check_output("git install lfs", shell=True)
10
  subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
11
  shell=True)
12
  def generate_audio(text):
 
6
 
7
 
8
  MAX_TXT_LEN = 100
9
+ subprocess.check_output("git lfs install", shell=True)
10
  subprocess.check_output("git clone https://huggingface.co/DigitalUmuganda/Kinyarwanda_YourTTS",
11
  shell=True)
12
  def generate_audio(text):