Shubhvedi commited on
Commit
dfbedc2
1 Parent(s): 7d5314c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from tensorflow import keras as k
3
  import numpy as np
4
 
5
- loaded_CNN = k.models.load_model('Digit_classification_model.h5')
6
 
7
  def predict(img):
8
  img_array = np.array(img)
 
2
  from tensorflow import keras as k
3
  import numpy as np
4
 
5
+ loaded_CNN = k.models.load_model('Digit_classification_model2.h5')
6
 
7
  def predict(img):
8
  img_array = np.array(img)