Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
torch
|
|
|
|
|
|
|
|
|
3 |
transformers
|
|
|
4 |
sentencepiece
|
5 |
-
pandas
|
6 |
-
spacy
|
|
|
|
|
1 |
torch
|
2 |
+
numpy
|
3 |
+
plotly
|
4 |
+
streamlit
|
5 |
+
spacy
|
6 |
transformers
|
7 |
+
en_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.0.0/en_core_web_sm-3.0.0.tar.gz
|
8 |
sentencepiece
|
9 |
+
pandas
|
|