Spaces:
Runtime error
Runtime error
kristada673
commited on
Commit
•
b54fdae
1
Parent(s):
f698ede
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
langchain
|
3 |
+
unstructured
|
4 |
+
openai
|
5 |
+
pybind11
|
6 |
+
chromadb
|
7 |
+
Cython
|
8 |
+
unstructured[local-inference]
|
9 |
+
layoutparser[layoutmodels,tesseract]
|
10 |
+
pytesseract
|
11 |
+
Pillow==9.0.0
|
12 |
+
tiktoken
|
13 |
+
pyopenssl
|