TaahKay commited on
Commit
fd4271f
·
verified ·
1 Parent(s): ce35779

Update models/model_loader.py

Browse files
Files changed (1) hide show
  1. models/model_loader.py +1 -1
models/model_loader.py CHANGED
@@ -30,7 +30,7 @@ def load_accent_model():
30
 
31
  )
32
  except Exception as e:
33
- st.error(f"Error loading model: {e}")
34
  st.stop()
35
 
36
  @st.cache_resource(show_spinner="Loading Whisper...")
 
30
 
31
  )
32
  except Exception as e:
33
+ st.error(f"Error loading model: {e}")
34
  st.stop()
35
 
36
  @st.cache_resource(show_spinner="Loading Whisper...")