Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -21,7 +21,7 @@ app.add_middleware(
|
|
21 |
)
|
22 |
|
23 |
nlp_qa = pipeline("document-question-answering", model="jinhybr/OCR-DocVQA-Donut")
|
24 |
-
nlp_qa_v2 = pipeline("document-question-answering", model="
|
25 |
|
26 |
description = """
|
27 |
## Image-based Document QA
|
|
|
21 |
)
|
22 |
|
23 |
nlp_qa = pipeline("document-question-answering", model="jinhybr/OCR-DocVQA-Donut")
|
24 |
+
nlp_qa_v2 = pipeline("document-question-answering", model="faisalraza/layoutlm-invoices")
|
25 |
|
26 |
description = """
|
27 |
## Image-based Document QA
|