napatswift commited on
Commit
ca7a62e
1 Parent(s): baaae8c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -23,7 +23,7 @@ def get_rec(points):
23
 
24
 
25
  def predict(image_input):
26
- return ocr.readtext(image_input)
27
 
28
  def run():
29
  demo = gr.Interface(
 
23
 
24
 
25
  def predict(image_input):
26
+ return ocr(image_input)
27
 
28
  def run():
29
  demo = gr.Interface(