vincentclaes commited on
Commit
139a6fa
·
1 Parent(s): 412c90a

add japanese invoice

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -420,6 +420,10 @@ examples = [
420
  [
421
  "bill_of_lading_1.png",
422
  "What is the shipper?",
 
 
 
 
423
  ]
424
  ]
425
 
 
420
  [
421
  "bill_of_lading_1.png",
422
  "What is the shipper?",
423
+ ],
424
+ [
425
+ "japanese-invoice.png",
426
+ "What is the total amount?",
427
  ]
428
  ]
429