MJobe commited on
Commit
a20128b
·
1 Parent(s): bda7361

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("question-answering", model="distilbert-base-cased-distilled-squad")
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