Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ import numpy as np
|
|
10 |
|
11 |
|
12 |
|
13 |
-
model = load_model(os.path.join("model", "
|
14 |
|
15 |
|
16 |
def convert_class_to_emotion(pred):
|
|
|
10 |
|
11 |
|
12 |
|
13 |
+
model = load_model(os.path.join("model", "Emotion_Voice_Detection_Model_tuned_2.h5"))
|
14 |
|
15 |
|
16 |
def convert_class_to_emotion(pred):
|