imflash217 commited on
Commit
f2b5b7d
1 Parent(s): 0e515a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -73,8 +73,8 @@ def process_image(image):
73
  return image
74
 
75
 
76
- title = "Interactive demo: LayoutLM_v2"
77
- description = "Demo of LayoutLM_v2"
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