Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ def ensure_list(x):
|
|
21 |
|
22 |
|
23 |
CHECKPOINTS = {
|
24 |
-
"LayoutLMv1
|
25 |
-
"LayoutLMv1 for
|
26 |
-
"
|
27 |
}
|
28 |
|
29 |
PIPELINES = {}
|
|
|
21 |
|
22 |
|
23 |
CHECKPOINTS = {
|
24 |
+
"LayoutLMv1": "impira/layoutlm-document-qa",
|
25 |
+
"LayoutLMv1 for Resumes ": "impira/layoutlm-invoices",
|
26 |
+
"DocQVA ": "naver-clova-ix/donut-base-finetuned-docvqa",
|
27 |
}
|
28 |
|
29 |
PIPELINES = {}
|