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