mp-02 commited on
Commit
679eed2
1 Parent(s): d469cb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import json
4
 
5
  title = "Interactive demo: LayoutLMv3 for receipts"
6
  description = "Demo for Microsoft's LayoutLMv3, a Transformer for state-of-the-art document image understanding tasks. This particular space uses an instance of the model fine-tuned on a dataset that combines CORD and SROIE.\n To use it, simply upload an image or use the example image below. Results will show up in a few seconds."
7
- examples = [['image.jpg'],['image.png']]
8
 
9
  css = """.output_image, .input_image {height: 600px !important}"""
10
 
 
4
 
5
  title = "Interactive demo: LayoutLMv3 for receipts"
6
  description = "Demo for Microsoft's LayoutLMv3, a Transformer for state-of-the-art document image understanding tasks. This particular space uses an instance of the model fine-tuned on a dataset that combines CORD and SROIE.\n To use it, simply upload an image or use the example image below. Results will show up in a few seconds."
7
+ examples = [['image.jpg'],['image.PNG']]
8
 
9
  css = """.output_image, .input_image {height: 600px !important}"""
10