Spaces:
Sleeping
Sleeping
Updated requirements
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
@@ -1,6 +1,14 @@
|
|
1 |
streamlit==1.22.0
|
|
|
2 |
torch==2.0.0
|
|
|
3 |
numpy==1.22.4
|
4 |
pandas==1.5.3
|
|
|
|
|
5 |
transformers==4.28.1
|
|
|
|
|
|
|
|
|
6 |
uvicorn[standard]==0.17.*
|
|
|
1 |
streamlit==1.22.0
|
2 |
+
nltk==3.8.1
|
3 |
torch==2.0.0
|
4 |
+
datasets==2.12.0
|
5 |
numpy==1.22.4
|
6 |
pandas==1.5.3
|
7 |
+
session_info==1.0.0
|
8 |
+
scikit-learn==1.2.2
|
9 |
transformers==4.28.1
|
10 |
+
IPython==7.34.0
|
11 |
+
jupyter_client==6.1.12
|
12 |
+
jupyter_core==5.3.0
|
13 |
+
notebook==6.4.8
|
14 |
uvicorn[standard]==0.17.*
|