Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|