Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
langchain
|
3 |
+
chromadb
|
4 |
+
beautifulsoup4
|
5 |
+
unstructured
|
6 |
+
poppler-utils
|
7 |
+
tiktoken
|
8 |
+
pytesseract
|
9 |
+
gradio
|