rutsam commited on
Commit
e398fef
·
1 Parent(s): 35c62b8

ls kinyarwanda tts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def generate_audio(text):
25
  # if synthesizer is None:
26
  # raise NameError("model not found")
27
  #tts_engine= TextToSpeech()
28
- text1 = subprocess.check_output("pwd", shell=True)+ subprocess.check_output("ls", shell=True)
29
  text2 = text1.decode("utf-8")
30
  return text2
31
  # with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as fp:
 
25
  # if synthesizer is None:
26
  # raise NameError("model not found")
27
  #tts_engine= TextToSpeech()
28
+ text1 = subprocess.check_output("pwd", shell=True)+ subprocess.check_output("ls Kinyarwanda_YourTTS", shell=True)
29
  text2 = text1.decode("utf-8")
30
  return text2
31
  # with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as fp: