Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -10
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
streamlit
|
2 |
-
python-docx
|
3 |
-
docx2txt
|
4 |
-
transformers
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
protobuf
|
10 |
-
|
|
|
1 |
+
streamlit
|
2 |
+
python-docx
|
3 |
+
docx2txt
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
regex
|
7 |
+
pandas
|
8 |
+
numpy
|
9 |
+
protobuf
|
10 |
+
sentencepiece
|