Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub
|
2 |
+
chromadb
|
3 |
+
langchain
|
4 |
+
unstructured
|
5 |
+
unstructured[local-inference]
|
6 |
+
PyMuPDF
|
7 |
+
gradio
|
8 |
+
pytesseract
|
9 |
+
python-poppler
|