Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -2,8 +2,12 @@ fastapi==0.103.1
|
|
2 |
uvicorn==0.23.2
|
3 |
moviepy==1.0.3
|
4 |
imageio[ffmpeg]==2.31.1
|
5 |
-
torch==2.0.1+cpu
|
6 |
transformers==4.30.0
|
7 |
soundfile==0.12.1
|
8 |
python-multipart==0.0.6
|
9 |
-
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
2 |
uvicorn==0.23.2
|
3 |
moviepy==1.0.3
|
4 |
imageio[ffmpeg]==2.31.1
|
5 |
+
torch==2.0.1+cpu
|
6 |
transformers==4.30.0
|
7 |
soundfile==0.12.1
|
8 |
python-multipart==0.0.6
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
gTTS==2.3.2
|
11 |
+
pymupdf==1.22.5
|
12 |
+
librosa==0.10.0
|
13 |
+
langdetect==1.0.9
|