Update Model Card: Use `DepthProImageProcessor` instead of `DepthProImageProcessorFast`
#7
by geetu040 - opened
With transformers v5, the Fast image processor variants are no longer exposed through separate prefixes. As a result, DepthProImageProcessorFast is now used by default when calling DepthProImageProcessor.
This PR updates the documentation to reflect the new behavior.