Benjamin14 commited on
Commit
059cf72
·
1 Parent(s): 53dca60

Fix: Update audio label and improve TTS handling

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -17,5 +17,5 @@ torch>=2.0.0
17
  transformers>=4.30.0
18
  sentencepiece>=0.1.99
19
 
20
- # TTS - Voix masculines réalistes
21
- pyttsx3>=2.90
 
17
  transformers>=4.30.0
18
  sentencepiece>=0.1.99
19
 
20
+ # TTS - gTTS (Simple et fiable)
21
+ gTTS>=2.3.0