naveed92 commited on
Commit
2134388
1 Parent(s): 2c1f5f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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