Spaces:
Sleeping
Sleeping
audio_path = "generated_audio_openai.mp3"
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ def paragraph_save_and_tts(paragraph_text):
|
|
272 |
)
|
273 |
|
274 |
# Define the path for the audio file
|
275 |
-
audio_path = "
|
276 |
|
277 |
# Save the audio stream to a file
|
278 |
response.stream_to_file(audio_path)
|
|
|
272 |
)
|
273 |
|
274 |
# Define the path for the audio file
|
275 |
+
audio_path = "generated_audio_openai.mp3"
|
276 |
|
277 |
# Save the audio stream to a file
|
278 |
response.stream_to_file(audio_path)
|