Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,6 @@ import streamlit as st
|
|
2 |
|
3 |
from utils import window, get_depths, get_local_maxima, compute_threshold, get_threshold_segments
|
4 |
|
5 |
-
st.write("loading ...")
|
6 |
-
|
7 |
import spacy
|
8 |
nlp = spacy.load('en_core_web_sm')
|
9 |
|
|
|
2 |
|
3 |
from utils import window, get_depths, get_local_maxima, compute_threshold, get_threshold_segments
|
4 |
|
|
|
|
|
5 |
import spacy
|
6 |
nlp = spacy.load('en_core_web_sm')
|
7 |
|