Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as demo:
|
|
28 |
'Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle boot']
|
29 |
|
30 |
# clothing dataset
|
31 |
-
mnist = tf.keras.datasets.
|
32 |
|
33 |
#split the training data in to a train/test sets
|
34 |
(x_train, y_train), (x_test, y_test) = mnist.load_data()
|
|
|
28 |
'Sandal', 'Shirt', 'Sneaker', 'Bag', 'Ankle boot']
|
29 |
|
30 |
# clothing dataset
|
31 |
+
mnist = tf.keras.datasets.fashion_mnist
|
32 |
|
33 |
#split the training data in to a train/test sets
|
34 |
(x_train, y_train), (x_test, y_test) = mnist.load_data()
|