jdbolter commited on
Commit
6683a3a
·
verified ·
1 Parent(s): 93003e1

Changed the portuguese voice

Browse files

Changed the voice to Agueda, which should be a real European Portuguese voice

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ speechify_client = Speechify(token=speechify_api_key)
35
  # Voice config
36
  language_config = {
37
  "Portuguese": {
38
- "voice_id": "joao",
39
  "language": "pt-PT",
40
  "model": "simba-multilingual",
41
  "audio_format": "mp3"
 
35
  # Voice config
36
  language_config = {
37
  "Portuguese": {
38
+ "voice_id": "agueda",
39
  "language": "pt-PT",
40
  "model": "simba-multilingual",
41
  "audio_format": "mp3"