Ahsen Khaliq commited on
Commit
53a2e8a
1 Parent(s): 54700ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -17,8 +17,8 @@ description = "demo for Layout Parser. To use it, simply upload your image, or c
17
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2103.15348'>LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis</a> | <a href='https://github.com/Layout-Parser/layout-parser'>Github Repo</a></p>"
18
 
19
  examples = [
20
- ['examples/data/example-table.jpeg'],
21
- ['examples/data/paper-image.jpg']
22
 
23
  ]
24
 
17
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2103.15348'>LayoutParser: A Unified Toolkit for Deep Learning Based Document Image Analysis</a> | <a href='https://github.com/Layout-Parser/layout-parser'>Github Repo</a></p>"
18
 
19
  examples = [
20
+ ['example-table.jpeg'],
21
+ ['paper-image.jpeg']
22
 
23
  ]
24