Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def transcribe_audio_wolof(audio):
|
|
37 |
return result['text']
|
38 |
|
39 |
# Modèle 2 : Texte Wolof -> audio Wolof
|
40 |
-
synthesiser_wolof = pipeline("text-to-speech", "bilalfaye/speecht5_tts-wolof")
|
41 |
|
42 |
# Charger les embeddings pour les voix masculine et féminine
|
43 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|
|
|
37 |
return result['text']
|
38 |
|
39 |
# Modèle 2 : Texte Wolof -> audio Wolof
|
40 |
+
synthesiser_wolof = pipeline("text-to-speech", "bilalfaye/speecht5_tts-wolof-v0.2")
|
41 |
|
42 |
# Charger les embeddings pour les voix masculine et féminine
|
43 |
embeddings_dataset = load_dataset("Matthijs/cmu-arctic-xvectors", split="validation")
|