Wootang01 commited on
Commit
e2ce4cb
·
1 Parent(s): 2cc0265

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ st.write("This application can identify, highlight and categorize dates (DATE),
10
 
11
  @st.cache(allow_output_mutation=True, show_spinner=False)
12
  def Loading_NLP():
13
- nlp = spacy.load('en_core_web_sm')
14
  return nlp
15
  @st.cache(allow_output_mutation=True)
16
  def entRecognizer(entDict, typeEnt):
 
10
 
11
  @st.cache(allow_output_mutation=True, show_spinner=False)
12
  def Loading_NLP():
13
+ nlp = spacy.load('en_core_web_trf')
14
  return nlp
15
  @st.cache(allow_output_mutation=True)
16
  def entRecognizer(entDict, typeEnt):