omarbajouk commited on
Commit
c7e6d26
·
verified ·
1 Parent(s): c57fa68

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -5
requirements.txt CHANGED
@@ -17,16 +17,13 @@ pydub
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
 
17
  soundfile
18
 
19
  # === TTS moteurs ===
 
20
  edge-tts
21
+ gtts
22
 
23
+ # === IA / Modèles optionnels ===
24
  torch>=2.1.0
25
  transformers>=4.44.2
26
  onnxruntime
27
 
 
 
 
28
  # === FFmpeg ===
29
  ffmpeg-python