moro23 commited on
Commit
f96d709
·
verified ·
1 Parent(s): fa0e90b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
14
 
15
 
16
  ## lets load the model
17
- model = keras.models.load_model('heartbeatsound_classification.h5')
18
 
19
  def loading_sound_file(sound_file, sr=22050, duration=10):
20
  input_length = sr * duration
 
14
 
15
 
16
  ## lets load the model
17
+ model = keras.models.load_model('best_heartbeatsound_classification.h5')
18
 
19
  def loading_sound_file(sound_file, sr=22050, duration=10):
20
  input_length = sr * duration