Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
chainlit
|
2 |
-
cohere
|
3 |
-
openai
|
4 |
-
tiktoken
|
5 |
-
python-dotenv
|
6 |
-
daal
|
7 |
-
numpy
|
|
|
|
|
|
|
|
1 |
+
chainlit
|
2 |
+
cohere
|
3 |
+
openai
|
4 |
+
tiktoken
|
5 |
+
python-dotenv
|
6 |
+
daal
|
7 |
+
numpy
|
8 |
+
transformers
|
9 |
+
datasets
|
10 |
+
cython
|