cctuan commited on
Commit
ced4ec2
1 Parent(s): a7f1536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def get_mp3(text: str, voice: str, api_key: str = None) -> bytes:
104
  )
105
 
106
  with client.audio.speech.with_streaming_response.create(
107
- model="tts-1-hd",
108
  voice=voice,
109
  input=text,
110
  ) as response:
 
104
  )
105
 
106
  with client.audio.speech.with_streaming_response.create(
107
+ model="tts-1",
108
  voice=voice,
109
  input=text,
110
  ) as response: