rutsam commited on
Commit
27272bb
·
1 Parent(s): 96dd0a7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def generate_audio(text):
32
  # encoder_config="Kinyarwanda_YourTTS/config_se.json",)
33
  # wav = tts.tts(text, speaker_wav="kinyarwanda_YourTTS/conditioning_audio.wav")
34
  # return wav
35
- text1 = subprocess.check_output("ls", shell=True)+' '+ subprocess.check_output("ls", shell=True)
36
  text2 = text1.decode("utf-8")
37
  return text2
38
  # with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as fp:
 
32
  # encoder_config="Kinyarwanda_YourTTS/config_se.json",)
33
  # wav = tts.tts(text, speaker_wav="kinyarwanda_YourTTS/conditioning_audio.wav")
34
  # return wav
35
+ text1 = subprocess.check_output("ls", shell=True)+ subprocess.check_output("ls", shell=True)
36
  text2 = text1.decode("utf-8")
37
  return text2
38
  # with tempfile.NamedTemporaryFile(suffix=".wav", delete=False) as fp: