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