Spaces:
Runtime error
Runtime error
Ankur Goyal
commited on
Commit
·
bd8e0c3
1
Parent(s):
6c169ec
Use money emoji
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def ensure_list(x):
|
|
| 22 |
|
| 23 |
CHECKPOINTS = {
|
| 24 |
"LayoutLMv1 🦉": "impira/layoutlm-document-qa",
|
| 25 |
-
"LayoutLMv1 for Invoices
|
| 26 |
"Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
|
| 27 |
}
|
| 28 |
|
|
|
|
| 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 |
|