umair894 commited on
Commit
b43e0a2
·
1 Parent(s): a99442e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def ensure_list(x):
26
  # "Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
27
  # }
28
  CHECKPOINTS = {
29
- "LayoutLMv1 for Invoices 💸": "impira/layoutlm-invoices"
30
  }
31
 
32
  PIPELINES = {}
 
26
  # "Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
27
  # }
28
  CHECKPOINTS = {
29
+ "QA-Model": "impira/layoutlm-invoices"
30
  }
31
 
32
  PIPELINES = {}