Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import cv2
|
|
12 |
# I/O image dimensions for display
|
13 |
DIMS = (100,100)
|
14 |
# Load the trained model
|
15 |
-
model = load_model('
|
16 |
|
17 |
# Load MNIST examples
|
18 |
(x_train, y_train), (x_test, y_test) = mnist.load_data()
|
|
|
12 |
# I/O image dimensions for display
|
13 |
DIMS = (100,100)
|
14 |
# Load the trained model
|
15 |
+
model = load_model('mnist_model.h5')
|
16 |
|
17 |
# Load MNIST examples
|
18 |
(x_train, y_train), (x_test, y_test) = mnist.load_data()
|