Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +2 -6
requirements.txt
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
-
|
2 |
-
huggingface-hub==0.19.4
|
3 |
gradio==3.1.4
|
4 |
-
transformers==4.18.0
|
5 |
faiss-cpu==1.7.2
|
6 |
python-docx==0.8.11
|
7 |
PyMuPDF==1.24.4
|
8 |
-
|
9 |
-
langchain-community==0.2.1
|
10 |
-
|
11 |
|
12 |
|
13 |
|
|
|
1 |
+
transformers>=4.18.0
|
|
|
2 |
gradio==3.1.4
|
|
|
3 |
faiss-cpu==1.7.2
|
4 |
python-docx==0.8.11
|
5 |
PyMuPDF==1.24.4
|
6 |
+
torch>=1.10.0
|
|
|
|
|
7 |
|
8 |
|
9 |
|