mishtert commited on
Commit
cf10651
·
1 Parent(s): 88aaffd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -81,8 +81,8 @@ def process_image(image):
81
  title = "Interactive demo: Invoice Extraction & Categorization"
82
  description = "Text extracted and annotated QUESTION/ANSWER/HEADER/OTHER."
83
 
84
- #examples =[['document.png']]
85
- examples =[['document.png'],['invoice2.png'],['invoice3.png']]
86
 
87
  css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
88
  #css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"
 
81
  title = "Interactive demo: Invoice Extraction & Categorization"
82
  description = "Text extracted and annotated QUESTION/ANSWER/HEADER/OTHER."
83
 
84
+ examples =[['document.png']]
85
+ #examples =[['document.png'],['invoice2.png'],['invoice3.png']]
86
 
87
  css = ".output-image, .input-image {height: 40rem !important; width: 100% !important;}"
88
  #css = "@media screen and (max-width: 600px) { .output_image, .input_image {height:20rem !important; width: 100% !important;} }"