Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
1 |
+
gradio>=4.14.0
|
2 |
+
transformers>=4.39.0
|
3 |
+
torch>=2.1.0
|
4 |
+
pydub
|
5 |
+
edge-tts
|
6 |
+
aiofiles
|
7 |
+
fitz # May need to replace with PyMuPDF in some environments
|
8 |
+
PyMuPDF>=1.23.7
|