KAPtechies commited on
Commit
9d20783
·
1 Parent(s): d4eb6d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import gradio as gr
2
  import easyocr
3
  import transformers
4
  import torch
5
- import CUDA
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