Spaces:
Runtime error
Runtime error
twdruhot
commited on
Commit
·
c29bb77
1
Parent(s):
6510d4d
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
|
|
|
2 |
langdetect==1.0.9
|
3 |
-
nltk==3.
|
4 |
-
numpy==1.
|
5 |
openai==0.27.2
|
6 |
-
pandas==1.3
|
7 |
-
|
8 |
-
spacy==3.5.1
|
9 |
streamlit==1.20.0
|
10 |
-
torch==
|
11 |
-
transformers==4.
|
|
|
1 |
+
boto3==1.24.28
|
2 |
+
gensim==4.3.0
|
3 |
langdetect==1.0.9
|
4 |
+
nltk==3.7
|
5 |
+
numpy==1.23.5
|
6 |
openai==0.27.2
|
7 |
+
pandas==1.5.3
|
8 |
+
spacy==3.5.0
|
|
|
9 |
streamlit==1.20.0
|
10 |
+
torch==1.13.1
|
11 |
+
transformers==4.26.1
|