Update README.md
Browse files
README.md
CHANGED
@@ -35,7 +35,8 @@ This experimental model can be used for answering questions on product images in
|
|
35 |
|
36 |
|
37 |
### How to use the model:
|
38 |
-
|
|
|
39 |
```
|
40 |
import requests
|
41 |
from PIL import Image
|
@@ -62,6 +63,7 @@ print(processor.decode(out[0], skip_special_tokens=True))
|
|
62 |
|
63 |
```
|
64 |
|
|
|
65 |
|
66 |
## BibTex and citation info
|
67 |
|
|
|
35 |
|
36 |
|
37 |
### How to use the model:
|
38 |
+
<details>
|
39 |
+
<summary> Click to expand </summary>
|
40 |
```
|
41 |
import requests
|
42 |
from PIL import Image
|
|
|
63 |
|
64 |
```
|
65 |
|
66 |
+
</details>
|
67 |
|
68 |
## BibTex and citation info
|
69 |
|