avin1103 commited on
Commit
8ec3bfe
·
1 Parent(s): ea78747

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -21,9 +21,7 @@ def ensure_list(x):
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 = {}
 
21
 
22
 
23
  CHECKPOINTS = {
24
+ "LayoutLMv1 🦉": "impira/layoutlm-document-qa"
 
 
25
  }
26
 
27
  PIPELINES = {}