Spaces:
Runtime error
Runtime error
adding spacy model
Browse files
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
|