AnwenHu commited on
Commit
205b9e1
1 Parent(s): b8a4fe9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -20,7 +20,7 @@ Github: [mPLUG-DocOwl](https://github.com/X-PLUG/mPLUG-DocOwl)
20
  ## Quickstart
21
 
22
 
23
- ```
24
  import torch
25
  import os
26
  from transformers import AutoTokenizer, AutoModel
@@ -55,4 +55,4 @@ answer = docowl.inference(images, query='what is this paper about? provide detai
55
  answer = docowl.inference(images, query='what is the third page about? provide detailed information.')
56
 
57
 
58
- ‘’‘
 
20
  ## Quickstart
21
 
22
 
23
+ ```python
24
  import torch
25
  import os
26
  from transformers import AutoTokenizer, AutoModel
 
55
  answer = docowl.inference(images, query='what is the third page about? provide detailed information.')
56
 
57
 
58
+ ```