McCoasta commited on
Commit
8330fbc
1 Parent(s): c9bae40

Update app.py

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