poisso commited on
Commit
bad8783
·
1 Parent(s): 075b6b5

small correction

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import numpy as np
10
 
11
 
12
 
13
- model = load_model(os.path.join("model", "Emotion_Voice_Detection_Model.h5"))
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):