nickmuchi commited on
Commit
ad73f9d
β€’
1 Parent(s): 9009cbe

Update 01_🏠_Home.py

Browse files
Files changed (1) hide show
  1. 01_🏠_Home.py +0 -3
01_🏠_Home.py CHANGED
@@ -23,9 +23,6 @@ asr_model_options = ['base.en','small.en']
23
 
24
  asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options, key='sbox')
25
 
26
- with st.spinner('Loading all models...'):
27
- sent_pipe, sum_pipe, ner_pipe, cross_encoder, kg_model, kg_tokenizer, emb_tokenizer = load_models()
28
-
29
  st.markdown("## Earnings Call Analysis Whisperer")
30
 
31
  st.markdown(
 
23
 
24
  asr_model_name = st.sidebar.selectbox("Whisper Model Options", options=asr_model_options, key='sbox')
25
 
 
 
 
26
  st.markdown("## Earnings Call Analysis Whisperer")
27
 
28
  st.markdown(