anujkarn commited on
Commit
2508740
·
1 Parent(s): 4e55482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ Non-organised entities with entiities.json
51
  # Load the spacy model
52
 
53
  # self.nlp = spacy.load('en_core_web_lg')
54
- self.nlp = pipeline(model="spacy/en_core_web_lg")
55
 
56
  # Parse the text
57
  self.entity_df = self.get_who_what_where_when()
 
51
  # Load the spacy model
52
 
53
  # self.nlp = spacy.load('en_core_web_lg')
54
+ self.nlp = pipeline(model="huggingface/spacy/en_core_web_lg")
55
 
56
  # Parse the text
57
  self.entity_df = self.get_who_what_where_when()