GnanaPrasath commited on
Commit
3c5c418
·
verified ·
1 Parent(s): a270d70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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