Spaces:
Runtime error
Runtime error
Ammar-alhaj-ali
commited on
Commit
•
bf3d8c9
1
Parent(s):
7ad395f
Update app.py
Browse files
app.py
CHANGED
@@ -90,10 +90,10 @@ def process_image(image):
|
|
90 |
return image
|
91 |
|
92 |
|
93 |
-
title = "
|
94 |
-
description = "
|
95 |
|
96 |
-
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]
|
97 |
|
98 |
examples =[['img1.png'],['img2.png'],['img3.png']]
|
99 |
|
|
|
90 |
return image
|
91 |
|
92 |
|
93 |
+
title = "Extracting information from FUNSD using the LayoutLMv3 "
|
94 |
+
description = "I Fine tuned LayoutLMv3 on FUNSD (Form Understanding in. Noisy Scanned Documents) "
|
95 |
|
96 |
+
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]"
|
97 |
|
98 |
examples =[['img1.png'],['img2.png'],['img3.png']]
|
99 |
|