Spaces:
Runtime error
Runtime error
mobixconsulting
commited on
Commit
•
5f9af3a
1
Parent(s):
e8bff42
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
openai
|
2 |
+
langchain
|
3 |
+
tiktoken
|
4 |
+
pypdf
|
5 |
+
unstructured[local-inference]
|
6 |
+
gradio
|
7 |
+
chromadb
|
8 |
+
Pillow
|