Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.1
|
2 |
+
pandas==1.5.3
|
3 |
+
streamlit==1.20.0
|
4 |
+
streamlit_option_menu==0.3.2
|
5 |
+
torch==1.13.1
|
6 |
+
transformers<4.27.1
|
7 |
+
sentencepiece<25.0.0
|