Spaces:
Runtime error
Runtime error
spacy and skillner added
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -2,9 +2,9 @@ streamlit
|
|
| 2 |
streamlit-option-menu
|
| 3 |
streamlit-echarts
|
| 4 |
ktrain
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
pandas
|
| 9 |
numpy
|
| 10 |
ipython
|
|
|
|
| 2 |
streamlit-option-menu
|
| 3 |
streamlit-echarts
|
| 4 |
ktrain
|
| 5 |
+
spacy>=3.0.0,<4.0.0
|
| 6 |
+
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.4.1/en_core_web_lg-3.4.1-py3-none-any.whl
|
| 7 |
+
skillNer
|
| 8 |
pandas
|
| 9 |
numpy
|
| 10 |
ipython
|