Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
openai
|
2 |
tiktoken
|
3 |
chromadb
|
4 |
langchain
|
5 |
python-dotenv
|
6 |
bs4
|
7 |
huggingface_hub
|
8 |
-
Requests
|
|
|
|
|
|
|
|
1 |
+
#openai
|
2 |
tiktoken
|
3 |
chromadb
|
4 |
langchain
|
5 |
python-dotenv
|
6 |
bs4
|
7 |
huggingface_hub
|
8 |
+
Requests
|
9 |
+
altair
|
10 |
+
flask
|
11 |
+
gunicorn
|