Spanicin commited on
Commit
b25375e
·
verified ·
1 Parent(s): 01f6706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ async def generate_video():
258
 
259
  if voice_cloning == 'no':
260
  if voice_gender == 'male':
261
- voice = 'onyx'
262
  else:
263
  voice = 'nova'
264
 
 
258
 
259
  if voice_cloning == 'no':
260
  if voice_gender == 'male':
261
+ voice = 'echo'
262
  else:
263
  voice = 'nova'
264