🚨Fix default interpolation for PVT to match original implementation (Bicubic) (#43017)
* Fix default interpolation for PVT (Fast and Python) to BICUBIC
* Polish code and trigger CI restart
* Fix docstring to match PILImageResampling.BICUBIC
* Remove Copied from tag and finalize BICUBIC fix
* Apply make style after removing comment
---------
Co-authored-by: yonigozlan <yoni.gozlan@huggingface.co>