Spaces:
Runtime error
Runtime error
added python-dotenv for secrets
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ chromadb
|
|
3 |
langchain
|
4 |
unstructured
|
5 |
unstructured[local-inference]
|
6 |
-
gdown
|
|
|
|
3 |
langchain
|
4 |
unstructured
|
5 |
unstructured[local-inference]
|
6 |
+
gdown
|
7 |
+
python-dotenv
|