Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -10,12 +10,12 @@ transformers==4.49.0
|
|
| 10 |
# coqui-tts-trainer==0.2.3
|
| 11 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
| 12 |
# Video Processing
|
| 13 |
-
|
| 14 |
gradio==5.23.3
|
| 15 |
# soundfile
|
| 16 |
# librosa
|
| 17 |
## SpeechRecognition
|
| 18 |
-
|
| 19 |
openai
|
| 20 |
pillow
|
| 21 |
# pyannote.audio
|
|
|
|
| 10 |
# coqui-tts-trainer==0.2.3
|
| 11 |
torch==2.6.0 # Or the version best suited for your GPU/CPU
|
| 12 |
# Video Processing
|
| 13 |
+
moviepy==2.0.0
|
| 14 |
gradio==5.23.3
|
| 15 |
# soundfile
|
| 16 |
# librosa
|
| 17 |
## SpeechRecognition
|
| 18 |
+
whisperx==3.3.1
|
| 19 |
openai
|
| 20 |
pillow
|
| 21 |
# pyannote.audio
|