Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import PIL
|
|
| 3 |
from PIL import Image
|
| 4 |
from PIL import ImageDraw
|
| 5 |
import gradio as gr
|
| 6 |
-
import torch
|
| 7 |
import easyocr
|
| 8 |
|
| 9 |
# torch.hub.download_url_to_file('https://github.com/JaidedAI/EasyOCR/raw/master/examples/english.png', 'english.png')
|
|
|
|
| 3 |
from PIL import Image
|
| 4 |
from PIL import ImageDraw
|
| 5 |
import gradio as gr
|
| 6 |
+
#import torch
|
| 7 |
import easyocr
|
| 8 |
|
| 9 |
# torch.hub.download_url_to_file('https://github.com/JaidedAI/EasyOCR/raw/master/examples/english.png', 'english.png')
|