Skip to content

Commit

Permalink
changed keras line number
Browse files Browse the repository at this point in the history
  • Loading branch information
aaj2005 committed Feb 25, 2024
1 parent b202971 commit 94726e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AI/SpeedTesting.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import cv2
import numpy as np
from keras.models import model_from_json
import time
from keras.models import model_from_json

emotion_dict = {0: "Angry", 1: "Disgusted", 2: "Fearful", 3: "Happy", 4: "Neutral", 5: "Sad", 6: "Surprised"}

Expand Down

0 comments on commit 94726e4

Please sign in to comment.