Spaces:
Build error
Build error
poisso
commited on
Commit
·
bad8783
1
Parent(s):
075b6b5
small correction
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):
|