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