Spaces:
Runtime error
Runtime error
- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==1.7.1
|
2 |
+
pycaret==2.3.1
|
3 |
+
jinja2==2.11.3
|
4 |
+
markupsafe==2.0.1
|
5 |
+
numpy==1.19.1
|
6 |
+
plotly==4.14.3
|
7 |
+
streamlit>=0.76.0
|
8 |
+
spacy==3.0.0
|
9 |
+
transformers==4.3.2
|
10 |
+
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
|
11 |
+
|