youngtsai commited on
Commit
ffcc440
·
1 Parent(s): e2e704a

audio_path = "generated_audio_openai.mp3"

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = "/mnt/data/generated_audio_openai.mp3"
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)