KikoDM commited on
Commit
6e86beb
·
1 Parent(s): c52f69e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -54,9 +54,9 @@ def predict_image(pic):
54
  #x = np.array(x, 'float32')
55
  #x = x.reshape([48, 48]);
56
 
57
- plt.gray()
58
- plt.imshow(show_img)
59
- plt.show()
60
 
61
  m=0.000000000000000000001
62
  a=custom[0]
 
54
  #x = np.array(x, 'float32')
55
  #x = x.reshape([48, 48]);
56
 
57
+ #plt.gray()
58
+ #plt.imshow(show_img)
59
+ #plt.show()
60
 
61
  m=0.000000000000000000001
62
  a=custom[0]