Spaces:
Build error
Build error
Commit
·
ca7a62e
1
Parent(s):
baaae8c
Update main.py
Browse files
main.py
CHANGED
|
@@ -23,7 +23,7 @@ def get_rec(points):
|
|
| 23 |
|
| 24 |
|
| 25 |
def predict(image_input):
|
| 26 |
-
return ocr
|
| 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(
|