sasha HF staff commited on
Commit
bdcd7e2
·
1 Parent(s): bd8677b

adding spacy model

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -2,6 +2,7 @@ import spacy_streamlit
2
  from spacy.symbols import *
3
  import streamlit as st
4
  import html
 
5
 
6
  from htbuilder import H, HtmlElement, styles
7
  from htbuilder.units import unit
 
2
  from spacy.symbols import *
3
  import streamlit as st
4
  import html
5
+ import en_core_web_sm
6
 
7
  from htbuilder import H, HtmlElement, styles
8
  from htbuilder.units import unit