Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def inference(img, lang):
|
|
26 |
im.save('result.jpg')
|
27 |
return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:]]
|
28 |
|
29 |
-
title = 'Image
|
30 |
description = 'Multilingual OCR which works conveniently on all devices in multiple languages.'
|
31 |
article = "<p style='text-align: center'></p>"
|
32 |
examples = [['english.png',['en']],['chinese.jpg',['ch_sim', 'en']],['japanese.jpg',['ja', 'en']],['Hindi.jpeg',['hi', 'en']]]
|
|
|
26 |
im.save('result.jpg')
|
27 |
return ['result.jpg', pd.DataFrame(bounds).iloc[: , 1:]]
|
28 |
|
29 |
+
title = '🖼️Image to Multilingual OCR👁️Gradio'
|
30 |
description = 'Multilingual OCR which works conveniently on all devices in multiple languages.'
|
31 |
article = "<p style='text-align: center'></p>"
|
32 |
examples = [['english.png',['en']],['chinese.jpg',['ch_sim', 'en']],['japanese.jpg',['ja', 'en']],['Hindi.jpeg',['hi', 'en']]]
|