Spaces:
Runtime error
Runtime error
ai42
commited on
Commit
·
4a7ee26
1
Parent(s):
cdb10e5
Update app.py
Browse files
app.py
CHANGED
@@ -24,6 +24,7 @@ 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 = {}
|
|
|
24 |
"LayoutLMv1 🦉": "impira/layoutlm-document-qa",
|
25 |
"LayoutLMv1 for Invoices 💸": "impira/layoutlm-invoices",
|
26 |
"Donut 🍩": "naver-clova-ix/donut-base-finetuned-docvqa",
|
27 |
+
"ggml-Vicuna": "eachadea/ggml-vicuna-13b-1.1",
|
28 |
}
|
29 |
|
30 |
PIPELINES = {}
|