imflash217 commited on
Commit
862835b
1 Parent(s): ebab3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ def process_image(image):
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
 
81
  css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
 
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'>Layout_XLM: 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
 
81
  css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"