AIPeterWorld commited on
Commit
58480f4
1 Parent(s): 96181f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def generate_audio(index, row, voices, output_dir):
153
  voice = voices[index % len(voices)]
154
 
155
  response = openai.audio.speech.create(
156
- model="tts-1-hd",
157
  voice=voice,
158
  response_format="mp3",
159
  speed=1,
 
153
  voice = voices[index % len(voices)]
154
 
155
  response = openai.audio.speech.create(
156
+ model="tts-1",
157
  voice=voice,
158
  response_format="mp3",
159
  speed=1,