MJobe commited on
Commit
4e3cfd3
1 Parent(s): 395566b

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="tiennvcs/layoutlmv2-base-uncased-finetuned-docvqa")
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