saritha5 commited on
Commit
77eab50
1 Parent(s): 37210a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import spacy
3
  from spacy.lang.en.stop_words import STOP_WORDS
4
  from string import punctuation
5
 
6
- !python -m spacy download en_core_web_sm --q
7
 
8
 
9
  stopwords = list(STOP_WORDS)
 
3
  from spacy.lang.en.stop_words import STOP_WORDS
4
  from string import punctuation
5
 
6
+
7
 
8
 
9
  stopwords = list(STOP_WORDS)