Spaces:
Runtime error
Runtime error
TheComputerMan
commited on
Commit
•
509f98e
1
Parent(s):
bdf63e1
Update app.py
Browse files
app.py
CHANGED
@@ -32,4 +32,4 @@ input = open(f"{input_file}", "r").read()
|
|
32 |
result = synthesizer.speak_ssml_async(input).get()
|
33 |
|
34 |
stream = AudioDataStream(result)
|
35 |
-
stream.save_to_wav_file(f"{
|
|
|
32 |
result = synthesizer.speak_ssml_async(input).get()
|
33 |
|
34 |
stream = AudioDataStream(result)
|
35 |
+
stream.save_to_wav_file(f"{output_file}")
|