Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,6 +2,7 @@ import os
|
|
| 2 |
os.system('pip install nltk')
|
| 3 |
os.system('pip install wordcloud')
|
| 4 |
os.system('pip install spacy')
|
|
|
|
| 5 |
|
| 6 |
|
| 7 |
import streamlit as st
|
|
|
|
| 2 |
os.system('pip install nltk')
|
| 3 |
os.system('pip install wordcloud')
|
| 4 |
os.system('pip install spacy')
|
| 5 |
+
os.system('python -m spacy download es_core_news_sm')
|
| 6 |
|
| 7 |
|
| 8 |
import streamlit as st
|