Spaces:
Runtime error
Runtime error
Commit
·
79b21aa
1
Parent(s):
f569128
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
python-magic
|
2 |
+
langchain
|
3 |
+
llama_index
|
4 |
+
unstructured
|
5 |
+
openai
|
6 |
+
pdfminer.six
|
7 |
+
pytesseract
|
8 |
+
tiktoken
|
9 |
+
deeplake
|
10 |
+
selenium
|
11 |
+
faiss-cpu
|
12 |
+
requests
|
13 |
+
nest_asyncio
|
14 |
+
gradio
|