Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
textract
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
1 |
+
streamlit>=1.26.0
|
2 |
+
python-docx>=0.8.11
|
3 |
+
textract>=1.6.5
|
4 |
+
transformers>=4.31.0
|
5 |
+
torch>=2.0.1
|
6 |
+
tqdm>=4.66.1
|
7 |
+
numpy>=1.24.3
|
8 |
+
protobuf>=3.20.3
|
9 |
+
accelerate>=0.21.0
|