Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -2,7 +2,7 @@ openai
|
|
2 |
langchain
|
3 |
tiktoken
|
4 |
pypdf
|
5 |
-
unstructured[local-inference]
|
6 |
gradio
|
7 |
chromadb
|
8 |
-
Pillow
|
|
|
|
2 |
langchain
|
3 |
tiktoken
|
4 |
pypdf
|
|
|
5 |
gradio
|
6 |
chromadb
|
7 |
+
Pillow
|
8 |
+
unstructured[local-inference]
|