def create_model(): return tf.keras.models.Sequential([ tf.keras.layers.InputLayer(input_shape=(28, 28)), tf.keras.layers.Flatten(), t