Spaces:
Runtime error
Runtime error
Commit ·
93c3757
1
Parent(s): a93823a
Update app.py
Browse files
app.py
CHANGED
|
@@ -17,7 +17,7 @@ def inference(img, lang):
|
|
| 17 |
title = 'PaddleOCR Extract Text'
|
| 18 |
description = 'Gradio demo for PaddleOCR. PaddleOCR demo supports Chinese, English, French, German, Korean and Japanese. 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.'
|
| 19 |
article = "<p style='text-align: center'><a href='https://www.paddlepaddle.org.cn/hub/scene/ocr'>Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)</a> | <a href='https://github.com/PaddlePaddle/PaddleOCR'>Github Repo</a></p>"
|
| 20 |
-
examples = [['
|
| 21 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
| 22 |
gr.Interface(
|
| 23 |
inference,
|
|
|
|
| 17 |
title = 'PaddleOCR Extract Text'
|
| 18 |
description = 'Gradio demo for PaddleOCR. PaddleOCR demo supports Chinese, English, French, German, Korean and Japanese. 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.'
|
| 19 |
article = "<p style='text-align: center'><a href='https://www.paddlepaddle.org.cn/hub/scene/ocr'>Awesome multilingual OCR toolkits based on PaddlePaddle (practical ultra lightweight OCR system, support 80+ languages recognition, provide data annotation and synthesis tools, support training and deployment among server, mobile, embedded and IoT devices)</a> | <a href='https://github.com/PaddlePaddle/PaddleOCR'>Github Repo</a></p>"
|
| 20 |
+
examples = [['muhammad_ali_wikipedia.png','en']]
|
| 21 |
css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
|
| 22 |
gr.Interface(
|
| 23 |
inference,
|