Spaces:
Build error
Build error
Ankur Goyal
commited on
Commit
•
87a4fef
1
Parent(s):
c72e8aa
Add new invoice
Browse files- acze_tech.pdf +0 -0
- acze_tech.png +0 -0
- app.py +5 -4
acze_tech.pdf
ADDED
The diff for this file is too large to render.
See raw diff
|
|
acze_tech.png
ADDED
app.py
CHANGED
@@ -72,20 +72,21 @@ def normalize_bbox(box, width, height, padding=0.005):
|
|
72 |
|
73 |
EXAMPLES = [
|
74 |
[
|
75 |
-
"
|
76 |
-
"
|
77 |
],
|
78 |
[
|
79 |
"acze.png",
|
80 |
-
"
|
81 |
],
|
82 |
[
|
83 |
"north_sea.png",
|
84 |
-
"
|
85 |
],
|
86 |
]
|
87 |
|
88 |
QUESTION_FILES = {
|
|
|
89 |
"North Sea Invoice": "north_sea.pdf",
|
90 |
}
|
91 |
|
|
|
72 |
|
73 |
EXAMPLES = [
|
74 |
[
|
75 |
+
"acze_tech.png",
|
76 |
+
"Tech Invoice",
|
77 |
],
|
78 |
[
|
79 |
"acze.png",
|
80 |
+
"Commercial Goods Invoice",
|
81 |
],
|
82 |
[
|
83 |
"north_sea.png",
|
84 |
+
"Energy Invoice",
|
85 |
],
|
86 |
]
|
87 |
|
88 |
QUESTION_FILES = {
|
89 |
+
"ACZE Tech": "acze_tech.pdf",
|
90 |
"North Sea Invoice": "north_sea.pdf",
|
91 |
}
|
92 |
|