Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def process_image(image):
|
|
79 |
|
80 |
|
81 |
title = "Invoice Extraction & Categorization"
|
82 |
-
description = "
|
83 |
|
84 |
#examples =[['document.png']]
|
85 |
examples =[['document.png'],['invoice2.png'],['invoice3.png']]
|
|
|
79 |
|
80 |
|
81 |
title = "Invoice Extraction & Categorization"
|
82 |
+
description = "Invoice text identified (extraction) and categorized."
|
83 |
|
84 |
#examples =[['document.png']]
|
85 |
examples =[['document.png'],['invoice2.png'],['invoice3.png']]
|