Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -23,10 +23,11 @@ def ensure_list(x):
|
|
23 |
|
24 |
CHECKPOINTS = {
|
25 |
"LayoutLMv1": "impira/layoutlm-document-qa",
|
|
|
|
|
26 |
}
|
27 |
|
28 |
-
|
29 |
-
# "Donut": "naver-clova-ix/donut-base-finetuned-docvqa",
|
30 |
|
31 |
PIPELINES = {}
|
32 |
|
|
|
23 |
|
24 |
CHECKPOINTS = {
|
25 |
"LayoutLMv1": "impira/layoutlm-document-qa",
|
26 |
+
"LayoutLMv1 for Invoices": "impira/layoutlm-invoices",
|
27 |
+
"Donut": "naver-clova-ix/donut-base-finetuned-docvqa",
|
28 |
}
|
29 |
|
30 |
+
|
|
|
31 |
|
32 |
PIPELINES = {}
|
33 |
|