Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -12,7 +12,6 @@ openai
|
|
12 |
twilio
|
13 |
fastapi
|
14 |
uvicorn
|
15 |
-
moviepy
|
16 |
ffmpy
|
17 |
google-cloud-storage
|
18 |
fpdf
|
@@ -20,4 +19,7 @@ markdown
|
|
20 |
nest_asyncio
|
21 |
reportlab
|
22 |
gtts
|
23 |
-
whisperx
|
|
|
|
|
|
|
|
12 |
twilio
|
13 |
fastapi
|
14 |
uvicorn
|
|
|
15 |
ffmpy
|
16 |
google-cloud-storage
|
17 |
fpdf
|
|
|
19 |
nest_asyncio
|
20 |
reportlab
|
21 |
gtts
|
22 |
+
whisperx
|
23 |
+
TTS
|
24 |
+
torch==2.5.1
|
25 |
+
moviepy
|