omarbajouk commited on
Commit
5a68a09
·
verified ·
1 Parent(s): f1a17b9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -7
requirements.txt CHANGED
@@ -17,18 +17,16 @@ pydub
17
  soundfile
18
 
19
  # === TTS moteurs ===
20
- edge-tts
21
  gtts
 
22
 
23
  # === IA / Modèles ===
24
  torch>=2.1.0
25
  transformers>=4.44.2
26
- onnxruntime # (facultatif : garde-le si tu veux conserver tes anciens pipelines ONNX)
27
 
28
- # === Kokoro (hexgrad) ===
29
- kokoro
30
- misaki
31
 
32
- # === FFmpeg bindings python (optionnel, moviepy peut s’en passer si binaire présent) ===
33
  ffmpeg-python
34
-
 
17
  soundfile
18
 
19
  # === TTS moteurs ===
 
20
  gtts
21
+ edge-tts
22
 
23
  # === IA / Modèles ===
24
  torch>=2.1.0
25
  transformers>=4.44.2
26
+ onnxruntime
27
 
28
+ # === Parler-TTS multilingue ===
29
+ parler-tts
 
30
 
31
+ # === FFmpeg ===
32
  ffmpeg-python