Spaces:
Runtime error
Runtime error
abhibisht89
commited on
Commit
•
596e898
1
Parent(s):
054a649
Update app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ def process_image(image):
|
|
73 |
return image
|
74 |
|
75 |
|
76 |
-
title = "Interactive demo: LayoutLMv2"
|
77 |
-
description = "Demo for Microsoft's LayoutLMv2, a Transformer for state-of-the-art document image understanding tasks. This particular model is fine-tuned on FUNSD, a dataset of manually annotated forms.
|
78 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.14740' target='_blank'>LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding</a> | <a href='https://github.com/microsoft/unilm' target='_blank'>Github Repo</a></p>"
|
79 |
examples =[['document.png']]
|
80 |
|
|
|
73 |
return image
|
74 |
|
75 |
|
76 |
+
title = "Interactive demo: LayoutLMv2 "
|
77 |
+
description = "This demo taken from Neils spaces , This is just for the learning purpose. Demo for Microsoft's LayoutLMv2, a Transformer for state-of-the-art document image understanding tasks. This particular model is fine-tuned on FUNSD, a dataset of manually annotated forms."
|
78 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.14740' target='_blank'>LayoutLMv2: Multi-modal Pre-training for Visually-Rich Document Understanding</a> | <a href='https://github.com/microsoft/unilm' target='_blank'>Github Repo</a></p>"
|
79 |
examples =[['document.png']]
|
80 |
|