Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +7 -5
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
transformers
|
2 |
-
|
3 |
-
|
|
|
4 |
python-docx==0.8.11
|
5 |
-
PyMuPDF==1.
|
6 |
-
|
|
|
7 |
|
8 |
|
9 |
|
|
|
1 |
+
transformers==4.30.2
|
2 |
+
torch==2.0.1
|
3 |
+
gradio==3.34.0
|
4 |
+
faiss-cpu==1.7.4
|
5 |
python-docx==0.8.11
|
6 |
+
PyMuPDF==1.23.8
|
7 |
+
httpx==0.23.3
|
8 |
+
httpcore==0.15.0
|
9 |
|
10 |
|
11 |
|