Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct type annotation for
VaeImageProcessor.numpy_to_pil
(#6111)
From `(np.ndarray) -> PIL.Image.Image` to `(np.ndarray) -> List[PIL.Image.Image]`.