Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ from transformers import PaliGemmaForConditionalGeneration, PaliGemmaProcessor
|
|
| 37 |
from PIL import Image
|
| 38 |
|
| 39 |
|
| 40 |
-
model_id = "Fer14/
|
| 41 |
|
| 42 |
model = PaliGemmaForConditionalGeneration.from_pretrained(model_id)
|
| 43 |
processor = PaliGemmaProcessor.from_pretrained(model_id)
|
|
|
|
| 37 |
from PIL import Image
|
| 38 |
|
| 39 |
|
| 40 |
+
model_id = "Fer14/paligemma_coffee_machine_caption"
|
| 41 |
|
| 42 |
model = PaliGemmaForConditionalGeneration.from_pretrained(model_id)
|
| 43 |
processor = PaliGemmaProcessor.from_pretrained(model_id)
|