Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -77,10 +77,10 @@ def generate_story(text):
|
|
77 |
print(result)
|
78 |
input_waves.append(result)
|
79 |
|
80 |
-
|
81 |
|
82 |
join_wav_files(input_waves, output_wav)
|
83 |
-
return story_result, '
|
84 |
|
85 |
def app(text):
|
86 |
story = generate_story(text)
|
|
|
77 |
print(result)
|
78 |
input_waves.append(result)
|
79 |
|
80 |
+
output_wav = 'output.wav'
|
81 |
|
82 |
join_wav_files(input_waves, output_wav)
|
83 |
+
return story_result, 'output.wav'
|
84 |
|
85 |
def app(text):
|
86 |
story = generate_story(text)
|