Spaces:
Running
Running
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="tiennvcs/layoutlmv2-base-uncased-finetuned-
|
23 |
|
24 |
description = """
|
25 |
## Image-based Document QA
|
|
|
19 |
allow_headers=["*"],
|
20 |
)
|
21 |
|
22 |
+
nlp_qa = pipeline("document-question-answering", model="tiennvcs/layoutlmv2-base-uncased-finetuned-infovqa")
|
23 |
|
24 |
description = """
|
25 |
## Image-based Document QA
|