Dapphari commited on
Commit
f0431c2
·
verified ·
1 Parent(s): 707e5d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import numpy as np
7
  model = load_model("model/keras_model.h5", compile=False)
8
 
9
  # Load the emotion labels
10
- emotion_labels = open("labels.txt", "r").readlines()
11
 
12
  # Define the prediction function
13
  def predict_emotion(image):
 
7
  model = load_model("model/keras_model.h5", compile=False)
8
 
9
  # Load the emotion labels
10
+ emotion_labels = open("model/labels.txt", "r").readlines()
11
 
12
  # Define the prediction function
13
  def predict_emotion(image):