MJobe commited on
Commit
2a6ae74
·
1 Parent(s): e1054bc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ app.add_middleware(
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
 
19
  allow_headers=["*"],
20
  )
21
 
22
+ nlp_qa = pipeline("document-question-answering", model="naver-clova-ix/donut-base-finetuned-docvqa")
23
 
24
  description = """
25
  ## Image-based Document QA