Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,6 @@ import gradio as gr
|
|
2 |
from ocr_tamil.ocr import OCR
|
3 |
import torch
|
4 |
|
5 |
-
|
6 |
ocr_detect = OCR(detect=True,enable_cuda=False)
|
7 |
ocr_recognize = OCR(detect=False,enable_cuda=False)
|
8 |
|
|
|
2 |
from ocr_tamil.ocr import OCR
|
3 |
import torch
|
4 |
|
|
|
5 |
ocr_detect = OCR(detect=True,enable_cuda=False)
|
6 |
ocr_recognize = OCR(detect=False,enable_cuda=False)
|
7 |
|