Spaces:
Runtime error
Runtime error
Commit
·
f2b5b7d
1
Parent(s):
0e515a8
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:
|
| 77 |
-
description = "Demo of
|
| 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: Doc AI"
|
| 77 |
+
description = "Demo of Document AI"
|
| 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 |
|