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