MJobe commited on
Commit
0f0bcd2
1 Parent(s): a20128b

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="naver-clova-ix/donut-base-finetuned-docvqa")
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