Spaces:
Runtime error
Runtime error
Commit
·
4049a6e
1
Parent(s):
1d43b95
update requirements
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -2,3 +2,7 @@ streamlit~=1.9.0
|
|
2 |
onnxruntime~=1.11.1
|
3 |
Pillow~=9.1.0
|
4 |
git+https://github.com/boudinfl/pke.git
|
|
|
|
|
|
|
|
|
|
2 |
onnxruntime~=1.11.1
|
3 |
Pillow~=9.1.0
|
4 |
git+https://github.com/boudinfl/pke.git
|
5 |
+
nltk~=3.7
|
6 |
+
regex~=2022.4.24
|
7 |
+
flashtext~=2.7
|
8 |
+
spacy~=3.3.0
|