TaahKay commited on
Commit
e389dde
·
verified ·
1 Parent(s): d04c97a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if st.session_state.audio_path and not st.session_state.transcription:
93
 
94
  if 'classifier' not in st.session_state:
95
  st.session_state.classifier = load_accent_model()
96
- time.sleep(5)
97
 
98
 
99
  if st.session_state.transcription:
 
93
 
94
  if 'classifier' not in st.session_state:
95
  st.session_state.classifier = load_accent_model()
96
+
97
 
98
 
99
  if st.session_state.transcription: