Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -10,4 +10,7 @@ source $HOME/.cargo/env
|
|
| 10 |
pip install --upgrade pip
|
| 11 |
|
| 12 |
# Install Python dependencies
|
| 13 |
-
pip install -r requirements.txt
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
pip install --upgrade pip
|
| 11 |
|
| 12 |
# Install Python dependencies
|
| 13 |
+
pip install -r requirements.txt
|
| 14 |
+
|
| 15 |
+
# Download NLTK stopwords
|
| 16 |
+
python -c "import nltk; nltk.download('stopwords')"
|