Spaces:
Build error
Build error
Commit
·
c248fad
1
Parent(s):
154db3c
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
import easyocr
|
| 3 |
-
import
|
| 4 |
|
| 5 |
reader=easyocr.Reader(['en'])
|
| 6 |
# this needs to run only once to load the model into memory
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
import easyocr
|
| 3 |
+
import transformers
|
| 4 |
|
| 5 |
reader=easyocr.Reader(['en'])
|
| 6 |
# this needs to run only once to load the model into memory
|