Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +9 -13
requirements.txt
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
langdetect
|
11 |
-
librosa
|
12 |
-
pymupdf
|
13 |
-
python-multipart
|
|
|
1 |
+
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 # ← Force CPU version to save GPU memory
|
6 |
+
transformers==4.30.0
|
7 |
+
soundfile==0.12.1
|
8 |
+
python-multipart==0.0.6
|
9 |
+
python-dotenv==1.0.0
|
|
|
|
|
|
|
|