gurwindersingh commited on
Commit
b75b567
·
1 Parent(s): 1b4dd95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from tensorflow.keras.models import load_model
7
  from PIL import Image
8
  import numpy as np
9
 
10
- model = load_model('/kaggle/input/models/sudoku_net.h5')
11
 
12
  def preprocess(image):
13
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
 
7
  from PIL import Image
8
  import numpy as np
9
 
10
+ model = load_model('sudoku_net.h5')
11
 
12
  def preprocess(image):
13
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)