Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from keras.utils import np_utils
|
|
| 13 |
import matplotlib.pyplot as plt
|
| 14 |
#from tensorflow.python.keras.utils import np_utils
|
| 15 |
|
| 16 |
-
new_model = tf.keras.models.load_model('
|
| 17 |
objects = ('angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral')
|
| 18 |
y_pos = np.arange(len(objects))
|
| 19 |
print(y_pos)
|
|
|
|
| 13 |
import matplotlib.pyplot as plt
|
| 14 |
#from tensorflow.python.keras.utils import np_utils
|
| 15 |
|
| 16 |
+
new_model = tf.keras.models.load_model('saved_model.pb')
|
| 17 |
objects = ('angry', 'disgust', 'fear', 'happy', 'sad', 'surprise', 'neutral')
|
| 18 |
y_pos = np.arange(len(objects))
|
| 19 |
print(y_pos)
|