Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -4,7 +4,5 @@ torch>=2.1.0
|
|
4 |
pydub
|
5 |
edge-tts
|
6 |
aiofiles
|
7 |
-
|
8 |
-
|
9 |
-
accelerate
|
10 |
-
pypdf
|
|
|
4 |
pydub
|
5 |
edge-tts
|
6 |
aiofiles
|
7 |
+
PyPDF2>=3.0.0 # or whatever the minimum PyPDF2 version you’ve tested with
|
8 |
+
accelerate # optional for multi-GPU / speedups
|
|
|
|