pragnakalp commited on
Commit
b9ff43a
1 Parent(s): 2bdd450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -31,7 +31,6 @@ current_time = timestamp.strftime('%I:%M:%S')
31
  IP = ''
32
  cwd = os.getcwd()
33
 
34
-
35
  classLabels = ('Angry', 'Fear', 'Disgust', 'Happy', 'Sad', 'Surprised', 'Neutral')
36
  numLabels = len(classLabels)
37
  in_shape = (39,216)
 
31
  IP = ''
32
  cwd = os.getcwd()
33
 
 
34
  classLabels = ('Angry', 'Fear', 'Disgust', 'Happy', 'Sad', 'Surprised', 'Neutral')
35
  numLabels = len(classLabels)
36
  in_shape = (39,216)