Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,8 @@ from sklearn.preprocessing import LabelEncoder
|
|
5 |
import gradio as gr
|
6 |
|
7 |
#TF_ENABLE_ONEDNN_OPTS=0
|
8 |
-
classes_path = r'./
|
9 |
-
model_path = r'./
|
10 |
|
11 |
def audio_class(audio_path):
|
12 |
labelencoder = LabelEncoder()
|
|
|
5 |
import gradio as gr
|
6 |
|
7 |
#TF_ENABLE_ONEDNN_OPTS=0
|
8 |
+
classes_path = r'./classes_new.npy'
|
9 |
+
model_path = r'./Model_Audio_Classification_new.h5'
|
10 |
|
11 |
def audio_class(audio_path):
|
12 |
labelencoder = LabelEncoder()
|