Spaces:
Runtime error
Runtime error
fix typo
Browse files
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)+
|
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:
|