ajitrajasekharan commited on
Commit
f65d837
·
1 Parent(s): 8d57c14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -6,6 +6,7 @@ from transformers import TrOCRProcessor, VisionEncoderDecoderModel
6
 
7
 
8
 
 
9
  def load_image(image_file):
10
  img = PIL.Image.open(image_file)
11
  return img
 
6
 
7
 
8
 
9
+
10
  def load_image(image_file):
11
  img = PIL.Image.open(image_file)
12
  return img