RangiLyu commited on
Commit
b29f2c8
·
verified ·
1 Parent(s): 937170b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -117,7 +117,7 @@ decoded_output = processor.decode(generate_ids[0, inputs["input_ids"].shape[1] :
117
  print(decoded_output)
118
  ```
119
 
120
- ####Image input
121
 
122
  ```python
123
  from transformers import AutoProcessor, AutoModelForCausalLM
 
117
  print(decoded_output)
118
  ```
119
 
120
+ #### Image input
121
 
122
  ```python
123
  from transformers import AutoProcessor, AutoModelForCausalLM