MahmoudRox commited on
Commit
3fb2a1c
1 Parent(s): e0d3e8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -19,8 +19,10 @@ This model is a fine-tuned version of [google/paligemma-3b-pt-224](https://huggi
19
  ## How to use
20
 
21
  To use the model, follow the [colab notebook](https://colab.research.google.com/drive/1SfrNNHE32k9kBWdR6U0DQr4LI_AVIAb1?usp=sharing).
22
- Below is a quick example
 
23
  `make sure to have the latest version of Transformers`
 
24
  ```python
25
  from transformers import AutoProcessor, PaliGemmaForConditionalGeneration
26
  import torch
 
19
  ## How to use
20
 
21
  To use the model, follow the [colab notebook](https://colab.research.google.com/drive/1SfrNNHE32k9kBWdR6U0DQr4LI_AVIAb1?usp=sharing).
22
+ Below is a quick example.
23
+
24
  `make sure to have the latest version of Transformers`
25
+
26
  ```python
27
  from transformers import AutoProcessor, PaliGemmaForConditionalGeneration
28
  import torch