nielsr HF staff commited on
Commit
44384d8
1 Parent(s): e1790f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -2
README.md CHANGED
@@ -55,8 +55,6 @@ generated_text = processor.batch_decode(outputs, skip_special_tokens=True)[0].st
55
  print(generated_text)
56
  ```
57
 
58
- Note that this shows unconditional generation of text given an image. You can also make the model continue a text prompt.
59
-
60
  ### How to use
61
 
62
  For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/instructblip).
 
55
  print(generated_text)
56
  ```
57
 
 
 
58
  ### How to use
59
 
60
  For code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/instructblip).