Spaces:
Runtime error
Runtime error
555
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -4,10 +4,10 @@ sentencepiece==0.1.*
|
|
4 |
torch==1.11.*
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
-
nltk
|
8 |
-
urllib3
|
9 |
-
|
10 |
-
plotly
|
11 |
-
gunicorn
|
12 |
-
psycopg2-binary
|
13 |
-
|
|
|
4 |
torch==1.11.*
|
5 |
transformers==4.*
|
6 |
uvicorn[standard]==0.17.*
|
7 |
+
nltk==3.6.2
|
8 |
+
urllib3==1.26.5
|
9 |
+
beautifulsoup4==4.9.3
|
10 |
+
plotly==5.1.0
|
11 |
+
gunicorn==20.1.0
|
12 |
+
psycopg2-binary==2.9.1
|
13 |
+
pandas==1.2.5
|