Spaces:
Build error
Build error
Changed the portuguese voice
Browse filesChanged the voice to Agueda, which should be a real European Portuguese voice
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": "
|
| 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"
|