Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
langchain
|
|
|
2 |
tesseract
|
3 |
langchain-community
|
4 |
pdfminer.six
|
@@ -8,7 +9,6 @@ python-docx
|
|
8 |
docx2txt
|
9 |
PyMuPDF
|
10 |
streamlit
|
11 |
-
fitz
|
12 |
boto3
|
13 |
gradio
|
14 |
gradio
|
|
|
1 |
langchain
|
2 |
+
fitz
|
3 |
tesseract
|
4 |
langchain-community
|
5 |
pdfminer.six
|
|
|
9 |
docx2txt
|
10 |
PyMuPDF
|
11 |
streamlit
|
|
|
12 |
boto3
|
13 |
gradio
|
14 |
gradio
|