Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
02fe200
1
Parent(s):
f7b3edb
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def inference(img):
|
|
22 |
|
23 |
title = 'PaddleOCR'
|
24 |
description = 'Gradio demo for PaddleOCR. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.'
|
25 |
-
article = "<p style='text-align: center'><a href='https://
|
26 |
|
27 |
gr.Interface(
|
28 |
inference,
|
|
|
22 |
|
23 |
title = 'PaddleOCR'
|
24 |
description = 'Gradio demo for PaddleOCR. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.'
|
25 |
+
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>"
|
26 |
|
27 |
gr.Interface(
|
28 |
inference,
|