Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
|
19 |
import pytesseract
|
20 |
from PIL import Image, ImageFont, ImageDraw
|
21 |
-
|
22 |
import matplotlib.pyplot as plt
|
23 |
import keras_ocr
|
24 |
#import cv2
|
|
|
18 |
|
19 |
import pytesseract
|
20 |
from PIL import Image, ImageFont, ImageDraw
|
21 |
+
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
22 |
import matplotlib.pyplot as plt
|
23 |
import keras_ocr
|
24 |
#import cv2
|