Update README.md
Browse files
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 |
+
```
|