Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
|
@@ -1,5 +1,3 @@
|
|
| 1 |
-
torch==2.5.1
|
| 2 |
-
moviepy==2.1.2
|
| 3 |
openai-whisper
|
| 4 |
sentencepiece==0.1.99 --prefer-binary
|
| 5 |
SpeechRecognition
|
|
@@ -9,12 +7,11 @@ textblob
|
|
| 9 |
gradio
|
| 10 |
transformers
|
| 11 |
openai
|
| 12 |
-
twilio
|
| 13 |
-
fastapi
|
| 14 |
-
uvicorn
|
| 15 |
ffmpy
|
| 16 |
fpdf
|
| 17 |
markdown
|
| 18 |
gtts
|
| 19 |
whisperx
|
| 20 |
-
TTS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
openai-whisper
|
| 2 |
sentencepiece==0.1.99 --prefer-binary
|
| 3 |
SpeechRecognition
|
|
|
|
| 7 |
gradio
|
| 8 |
transformers
|
| 9 |
openai
|
|
|
|
|
|
|
|
|
|
| 10 |
ffmpy
|
| 11 |
fpdf
|
| 12 |
markdown
|
| 13 |
gtts
|
| 14 |
whisperx
|
| 15 |
+
TTS
|
| 16 |
+
torch==2.5.1
|
| 17 |
+
moviepy==2.1.2
|