Update app.py
Browse files
app.py
CHANGED
@@ -258,7 +258,7 @@ async def generate_video():
|
|
258 |
|
259 |
if voice_cloning == 'no':
|
260 |
if voice_gender == 'male':
|
261 |
-
voice = '
|
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 |
|