Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
textract
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
tqdm
|
7 |
-
numpy
|
8 |
-
protobuf
|
9 |
-
accelerate>=0.21.0
|
|
|
1 |
+
streamlit
|
2 |
+
python-docx
|
3 |
+
textract
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
tqdm
|
7 |
+
numpy
|
8 |
+
protobuf<4.0.0
|
|