mqcm2 commited on
Commit
5af831b
·
verified ·
1 Parent(s): c4c8cc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -21,8 +21,9 @@ def ensure_list(x):
21
 
22
 
23
  CHECKPOINTS = {
24
- "LayoutLMv1": "impira/layoutlm-document-qa",
25
  "LayoutLMv1 for Invoices 💸": "impira/layoutlm-invoices",
 
26
  }
27
 
28
  PIPELINES = {}
 
21
 
22
 
23
  CHECKPOINTS = {
24
+ "LayoutLMv1 🦉": "impira/layoutlm-document-qa",
25
  "LayoutLMv1 for Invoices 💸": "impira/layoutlm-invoices",
26
+ "Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
27
  }
28
 
29
  PIPELINES = {}