Spaces:
Runtime error
Runtime error
Commit
·
f65d837
1
Parent(s):
8d57c14
Update app.py
Browse files
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
|