Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
-
streamlit==1.
|
2 |
-
python-docx==0.
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.31.0
|
2 |
+
python-docx==1.0.1
|
3 |
+
docx2txt==0.8
|
4 |
+
transformers==4.36.2
|
5 |
+
numpy==1.24.3
|
6 |
+
scipy==1.10.1
|
7 |
+
torch==2.1.2
|
8 |
+
sentencepiece==0.1.99
|
9 |
+
protobuf==4.25.1
|
10 |
+
tensorflow==2.15.0
|