brijw commited on
Commit
119455d
1 Parent(s): 1ba6d9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -5,7 +5,11 @@ import os
5
  import spacy
6
  #pandas is used to read, edit, and write tabular data
7
  import pandas as pd
8
- from spacy import displacy
 
 
 
 
9
  from collections import Counter
10
  import en_core_web_sm
11
  # spacy.cli.download("en_core_web_lg")
 
5
  import spacy
6
  #pandas is used to read, edit, and write tabular data
7
  import pandas as pd
8
+ !pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
9
+
10
+ # Using spacy.load().
11
+ import spacy
12
+
13
  from collections import Counter
14
  import en_core_web_sm
15
  # spacy.cli.download("en_core_web_lg")