Spaces:
Runtime error
Runtime error
Commit
·
0aeb7ce
1
Parent(s):
dedd6f2
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,6 @@ def inference(img, lang):
|
|
30 |
# print(pd.DataFrame(bounds).iloc[: , 1:])
|
31 |
return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:].to_string(header=False, index=False)]
|
32 |
|
33 |
-
def printOutput()
|
34 |
|
35 |
title = 'EasyOCR'
|
36 |
description = 'Gradio demo for EasyOCR. EasyOCR demo supports 80+ languages.To use it, simply upload your image and choose a language from the dropdown menu, or click one of the examples to load them. Read more at the links below.'
|
|
|
30 |
# print(pd.DataFrame(bounds).iloc[: , 1:])
|
31 |
return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:].to_string(header=False, index=False)]
|
32 |
|
|
|
33 |
|
34 |
title = 'EasyOCR'
|
35 |
description = 'Gradio demo for EasyOCR. EasyOCR demo supports 80+ languages.To use it, simply upload your image and choose a language from the dropdown menu, or click one of the examples to load them. Read more at the links below.'
|