Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ runtext =st.text_area(inputNote, str(original_text2), height=300)
|
|
127 |
|
128 |
def visualize (run_text,output):
|
129 |
text =''
|
130 |
-
import
|
131 |
from spacy.lang.en import English # updated
|
132 |
nlp=spacy.load('en_core_web_sm')
|
133 |
sentences=run_text.split('.')
|
|
|
127 |
|
128 |
def visualize (run_text,output):
|
129 |
text =''
|
130 |
+
import en_core_web_sm
|
131 |
from spacy.lang.en import English # updated
|
132 |
nlp=spacy.load('en_core_web_sm')
|
133 |
sentences=run_text.split('.')
|