Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
# see environments.yml
|
2 |
-
numpy
|
3 |
-
pandas
|
4 |
-
spacy
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
-
transformers[torch]
|
7 |
-
nltk
|
8 |
-
streamlit
|
9 |
-
streamlit-aggrid
|
10 |
-
inflect
|
11 |
-
altair
|
|
|
1 |
# see environments.yml
|
2 |
+
numpy
|
3 |
+
pandas
|
4 |
+
spacy
|
5 |
https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.2.0/en_core_web_lg-3.2.0-py3-none-any.whl
|
6 |
+
transformers[torch]
|
7 |
+
nltk
|
8 |
+
streamlit
|
9 |
+
streamlit-aggrid
|
10 |
+
inflect
|
11 |
+
altair
|