ankrgyl commited on
Commit
3f1b351
1 Parent(s): ab41708

Formatting

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,9 +26,9 @@ tokenizer = AutoTokenizer.from_pretrained(
26
  )
27
 
28
  nlp = pipeline(
29
- model="impira/layoutlm-document-qa",
30
- tokenizer=tokenizer,
31
- trust_remote_code=True,
32
  )
33
 
34
  nlp(
 
26
  )
27
 
28
  nlp = pipeline(
29
+ model="impira/layoutlm-document-qa",
30
+ tokenizer=tokenizer,
31
+ trust_remote_code=True,
32
  )
33
 
34
  nlp(