KikoDM commited on
Commit
88e980b
·
1 Parent(s): 662352e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,8 +51,8 @@ def predict_image(pic):
51
 
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)
 
51
 
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)