Spaces:
Runtime error
Runtime error
Commit
·
365510a
1
Parent(s):
a8cf8ca
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from paddleocr.ppstructure.recovery.recovery_to_doc import sorted_layout_boxes,
|
|
11 |
# English image
|
12 |
# table_engine = PPStructure(recovery=True, lang='en')
|
13 |
|
14 |
-
examples = ['0.png']
|
15 |
|
16 |
def find_layout(image, mode):
|
17 |
save_folder = './output'
|
|
|
11 |
# English image
|
12 |
# table_engine = PPStructure(recovery=True, lang='en')
|
13 |
|
14 |
+
examples = [['0.png']]
|
15 |
|
16 |
def find_layout(image, mode):
|
17 |
save_folder = './output'
|