ravikagitha commited on
Commit
f570c77
·
1 Parent(s): 23d7a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
3
  import numpy as np
4
 
5
  # Load the model
6
- model = tf.keras.saving.load_model('/content/mnist_trained_model_2(acc-97%).h5')
7
 
8
  # Classification prediction function
9
  labels = [0,1,2,3,4,5,6,7,8,9]
 
3
  import numpy as np
4
 
5
  # Load the model
6
+ # model = tf.keras.saving.load_model('/content/mnist_trained_model_2(acc-97%).h5')
7
 
8
  # Classification prediction function
9
  labels = [0,1,2,3,4,5,6,7,8,9]