Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
scipy>=1.9.0
|
|
|
1 |
+
streamlit==1.21.0
|
2 |
+
python-docx==0.8.11
|
3 |
+
transformers==4.28.0
|
4 |
+
torch==2.0.1
|
5 |
+
numpy==1.22.4
|
6 |
+
scipy==1.9.1
|
|