Spaces:
Runtime error
Runtime error
update requirements.txt to allow for using pdf files in the upload
#1
by
brunhild217
- opened
- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -5,4 +5,6 @@ openai
|
|
5 |
gradio
|
6 |
chromadb
|
7 |
tiktoken
|
8 |
-
unstructured
|
|
|
|
|
|
5 |
gradio
|
6 |
chromadb
|
7 |
tiktoken
|
8 |
+
unstructured
|
9 |
+
unstructured[pdf]
|
10 |
+
poppler-utils
|