Formatting

This commit is contained in:
Ankur Goyal 2022-08-08 02:32:08 +00:00 committed by huggingface-web
parent ab41708716
commit 3f1b351a6e
1 changed files with 3 additions and 3 deletions

View File

@ -26,9 +26,9 @@ tokenizer = AutoTokenizer.from_pretrained(
) )
nlp = pipeline( nlp = pipeline(
model="impira/layoutlm-document-qa", model="impira/layoutlm-document-qa",
tokenizer=tokenizer, tokenizer=tokenizer,
trust_remote_code=True, trust_remote_code=True,
) )
nlp( nlp(