senthilv commited on
Commit
54c182b
·
verified ·
1 Parent(s): 37a8115

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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