Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
openai-whisper
|
2 |
-
sentencepiece
|
3 |
SpeechRecognition
|
4 |
pydub
|
5 |
youtube_transcript_api
|
@@ -22,4 +22,4 @@ gtts
|
|
22 |
whisperx
|
23 |
TTS
|
24 |
torch==2.5.1
|
25 |
-
moviepy
|
|
|
1 |
openai-whisper
|
2 |
+
sentencepiece==0.1.99 --prefer-binary
|
3 |
SpeechRecognition
|
4 |
pydub
|
5 |
youtube_transcript_api
|
|
|
22 |
whisperx
|
23 |
TTS
|
24 |
torch==2.5.1
|
25 |
+
moviepy==2.1.0
|