Spaces:
Runtime error
Runtime error
chenjian
commited on
Commit
Β·
2a03970
1
Parent(s):
72a603f
renae
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: π
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
|
|
1 |
---
|
2 |
+
title: ch_PP-OCRv3
|
3 |
emoji: π
|
4 |
colorFrom: purple
|
5 |
colorTo: gray
|
app.py
CHANGED
@@ -14,8 +14,8 @@ def inference(img):
|
|
14 |
output_image = Image.open(os.path.join(tempdir_name, result_names[0]))
|
15 |
return [output_image]
|
16 |
|
17 |
-
title="
|
18 |
-
description="
|
19 |
|
20 |
examples=[['test.png']]
|
21 |
|
|
|
14 |
output_image = Image.open(os.path.join(tempdir_name, result_names[0]))
|
15 |
return [output_image]
|
16 |
|
17 |
+
title="ch_PP-OCRv3"
|
18 |
+
description="ch_PP-OCRv3 is a practical ultra-lightweight OCR system developed by PaddleOCR."
|
19 |
|
20 |
examples=[['test.png']]
|
21 |
|