Update README.md
Browse files
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
|