Spaces:
Sleeping
Sleeping
fadzwan
commited on
Commit
·
d82f784
1
Parent(s):
de67440
push from kali
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import librosa.display
|
|
| 7 |
import tempfile
|
| 8 |
import os
|
| 9 |
|
| 10 |
-
# Load the trained model
|
| 11 |
@st.cache_resource
|
| 12 |
def load_model():
|
| 13 |
model_path = "sound_classification_model.h5" # Replace with the path to your .h5 file
|
|
@@ -117,4 +117,4 @@ if uploaded_file is not None:
|
|
| 117 |
# f'<p></p>'
|
| 118 |
# f'</div>',
|
| 119 |
# unsafe_allow_html=True
|
| 120 |
-
# )
|
|
|
|
| 7 |
import tempfile
|
| 8 |
import os
|
| 9 |
|
| 10 |
+
# Load the trained model #test
|
| 11 |
@st.cache_resource
|
| 12 |
def load_model():
|
| 13 |
model_path = "sound_classification_model.h5" # Replace with the path to your .h5 file
|
|
|
|
| 117 |
# f'<p></p>'
|
| 118 |
# f'</div>',
|
| 119 |
# unsafe_allow_html=True
|
| 120 |
+
# )
|