RaushanTurganbay HF staff amew0 commited on
Commit
2c9ba3b
1 Parent(s): 2a8b40c

Fix a typo in README.md (#5)

Browse files

- Fix a typo in README.md (2b771a75cdbd5a957fc47eabada46a9794ced67f)


Co-authored-by: Amine Kidane <[email protected]>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ https://llava-vl.github.io/
48
  ## How to use the model
49
 
50
  First, make sure to have `transformers` installed from [branch](https://github.com/huggingface/transformers/pull/32673) or `transformers >= 4.45.0`.
51
- The model supports multi-image and multi-prompt generation. Meaning that you can pass multiple images in your prompt. Make sure also to follow the correct prompt template by applyong chat template:
52
 
53
  ### Using `pipeline`:
54
 
 
48
  ## How to use the model
49
 
50
  First, make sure to have `transformers` installed from [branch](https://github.com/huggingface/transformers/pull/32673) or `transformers >= 4.45.0`.
51
+ The model supports multi-image and multi-prompt generation. Meaning that you can pass multiple images in your prompt. Make sure also to follow the correct prompt template by applying chat template:
52
 
53
  ### Using `pipeline`:
54