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