Support for PIL library image input (path) instead of Base64 encoding. For example, when using models with transformers library, I provide images this way img = Image.open(path).convert("RGB") which ...
This workflow avoids the “binary files are not supported” error during pull request creation while still giving you a reproducible way to obtain the figures.