annapurnapadmaprema-ji commited on
Commit
a2a397f
·
verified ·
1 Parent(s): 7a3bc30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
  import os
6
 
7
 
8
- model = tf.keras.models.load_model('my_cnn_model_8.h5')
9
 
10
 
11
  def predict_image(img):
 
5
  import os
6
 
7
 
8
+ model = tf.keras.models.load_model('my_cnn_model_7.h5')
9
 
10
 
11
  def predict_image(img):