Reaumur commited on
Commit
3ebd2d1
·
verified ·
1 Parent(s): 3fc3837

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  import cv2
8
 
9
  # Load the trained OCR model
10
- model = load_model("path/to/your_model.h5")
11
 
12
  # Define a function to preprocess the image
13
  def preprocess_image(image):
 
7
  import cv2
8
 
9
  # Load the trained OCR model
10
+ model = load_model("model_ocr.h5")
11
 
12
  # Define a function to preprocess the image
13
  def preprocess_image(image):