harsha70 commited on
Commit
545b050
·
1 Parent(s): 38172d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ 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
+ "LayoutLMv1 for Resumes ": "impira/layoutlm-invoices",
26
+ "DocQVA ": "naver-clova-ix/donut-base-finetuned-docvqa",
27
  }
28
 
29
  PIPELINES = {}