Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ import gradio as gr
|
|
14 |
|
15 |
|
16 |
## lets load the model
|
17 |
-
model = keras.models.load_model('
|
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
|