McCoasta commited on
Commit
c68cb62
1 Parent(s): 0f86b9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -23,10 +23,11 @@ def ensure_list(x):
23
 
24
  CHECKPOINTS = {
25
  "LayoutLMv1": "impira/layoutlm-document-qa",
 
 
26
  }
27
 
28
- # "LayoutLMv1 for Invoices": "impira/layoutlm-invoices",
29
- # "Donut": "naver-clova-ix/donut-base-finetuned-docvqa",
30
 
31
  PIPELINES = {}
32
 
 
23
 
24
  CHECKPOINTS = {
25
  "LayoutLMv1": "impira/layoutlm-document-qa",
26
+ "LayoutLMv1 for Invoices": "impira/layoutlm-invoices",
27
+ "Donut": "naver-clova-ix/donut-base-finetuned-docvqa",
28
  }
29
 
30
+
 
31
 
32
  PIPELINES = {}
33