harsha70 commited on
Commit
1fad6a2
·
1 Parent(s): 7ca6b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -20,7 +20,11 @@ def ensure_list(x):
20
  return [x]
21
 
22
 
23
-
 
 
 
 
24
 
25
  PIPELINES = {}
26
 
 
20
  return [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 = {}
30