KikoDM commited on
Commit
504130f
·
1 Parent(s): a2db5a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def predict_image(pic):
52
  emotion_analysis(custom[0])
53
 
54
  x = np.array(x, 'float32')
55
- x = x.reshape([48, 48]);
56
 
57
  #plt.gray()
58
  #plt.imshow(show_img)
 
52
  emotion_analysis(custom[0])
53
 
54
  x = np.array(x, 'float32')
55
+ #x = x.reshape([48, 48]);
56
 
57
  #plt.gray()
58
  #plt.imshow(show_img)