merve HF staff commited on
Commit
3710bb3
1 Parent(s): bf00898

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggi
21
 
22
  Below is the code to use this model. Also see [inference notebook](https://colab.research.google.com/drive/100IQcvMvGm9y--oelbLfI__eHCoz5Ser?usp=sharing).
23
 
24
- ```
25
  from transformers import AutoProcessor, PaliGemmaForConditionalGeneration
26
  from PIL import Image
27
  import requests
 
21
 
22
  Below is the code to use this model. Also see [inference notebook](https://colab.research.google.com/drive/100IQcvMvGm9y--oelbLfI__eHCoz5Ser?usp=sharing).
23
 
24
+ ```python
25
  from transformers import AutoProcessor, PaliGemmaForConditionalGeneration
26
  from PIL import Image
27
  import requests