Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -92,10 +92,9 @@ def process_image(image):
|
|
92 |
return image
|
93 |
|
94 |
|
95 |
-
title = "
|
96 |
-
description = "
|
97 |
|
98 |
-
article="<b>References</b><br>[1] Y. Xu et al., “LayoutLMv3: Pre-training for Document AI with Unified Text and Image Masking.” 2022. <a href='https://arxiv.org/abs/2204.08387'>Paper Link</a><br>[2] <a href='https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LayoutLMv3'>LayoutLMv3 training and inference</a>"
|
99 |
|
100 |
examples =[['example1.png'],['example2.png'],['example3.png']]
|
101 |
|
|
|
92 |
return image
|
93 |
|
94 |
|
95 |
+
title = "Official Document Layout Scanner for a2i competition"
|
96 |
+
description = "This is a web app for scanning official documents that will extract the layout from the documents automatically."
|
97 |
|
|
|
98 |
|
99 |
examples =[['example1.png'],['example2.png'],['example3.png']]
|
100 |
|