bilalfaye commited on
Commit
0b1728a
·
verified ·
1 Parent(s): 392f62c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")