working version

This commit is contained in:
Adolfo Delorenzo 2025-04-07 09:18:05 -06:00
parent 1043402516
commit 8c8600d458

2
app.py
View File

@ -210,7 +210,7 @@ LANGUAGE_TO_VOICE = {
"Armenian": "echo", # as OpenAI doesn't have specific voices
"Azerbaijani": "az-AZ-BanuNeural", # for all these languages
"English": "en-GB-RyanNeural", # We'll use the available voices
"French": "fr-FR-EloiseNeural", # and rely on the translation being
"French": "fr-FR-DeniseNeural", # and rely on the translation being
"Georgian": "ka-GE-GiorgiNeural", # in the correct language text
"Kazakh": "kk-KZ-DauletNeural",
"Mandarin": "zh-CN-YunjianNeural",