Spaces:
Runtime error
Runtime error
Commit
·
7a1062c
1
Parent(s):
18ef77b
Added new example
Browse files
app.py
CHANGED
|
@@ -247,7 +247,7 @@ MODELS = {
|
|
| 247 |
LAYOUTLM: run_layoutlm,
|
| 248 |
DONUT: run_donut,
|
| 249 |
# LILT: run_lilt,
|
| 250 |
-
TEXTRACT: run_textract,
|
| 251 |
}
|
| 252 |
|
| 253 |
|
|
@@ -414,6 +414,10 @@ examples = [
|
|
| 414 |
[
|
| 415 |
"japanese-invoice.png",
|
| 416 |
"What is the total amount?",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 417 |
]
|
| 418 |
]
|
| 419 |
|
|
|
|
| 247 |
LAYOUTLM: run_layoutlm,
|
| 248 |
DONUT: run_donut,
|
| 249 |
# LILT: run_lilt,
|
| 250 |
+
# TEXTRACT: run_textract,
|
| 251 |
}
|
| 252 |
|
| 253 |
|
|
|
|
| 414 |
[
|
| 415 |
"japanese-invoice.png",
|
| 416 |
"What is the total amount?",
|
| 417 |
+
],
|
| 418 |
+
[
|
| 419 |
+
"example-10.jpeg",
|
| 420 |
+
"What is mineral water price amount?"
|
| 421 |
]
|
| 422 |
]
|
| 423 |
|