Update app.py
Browse files
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)
|