Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -359,7 +359,7 @@ def generate_audio_mp3(text: str, speaker: str) -> str:
|
|
359 |
"model": "aura-asteria-en", # default female
|
360 |
}
|
361 |
if speaker == "John":
|
362 |
-
params["model"] = "aura-
|
363 |
|
364 |
headers = {
|
365 |
"Accept": "audio/mpeg",
|
|
|
359 |
"model": "aura-asteria-en", # default female
|
360 |
}
|
361 |
if speaker == "John":
|
362 |
+
params["model"] = "aura-helios-en"
|
363 |
|
364 |
headers = {
|
365 |
"Accept": "audio/mpeg",
|