Fix error in example code snippet
#3
by
marksverdhei
- opened
Looks like you forgot to load the image from the url in the first example.
This results in name error because the image object does not exist.
This PR fixes that.
(You might have to fix this in the other siglip repos as well)