Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -19,7 +19,7 @@ app.add_middleware(
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
-
nlp_qa = pipeline("document-question-answering", model="
|
23 |
|
24 |
description = """
|
25 |
## Image-based Document QA
|
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
+
nlp_qa = pipeline("document-question-answering", model="jinhybr/OCR-DocVQA-Donut")
|
23 |
|
24 |
description = """
|
25 |
## Image-based Document QA
|