Update README.md to correct example which throws error when using "shape" as an argument to Image (#6251)
"shape" does not seem to be a keyword any more and an error is thrown upon using it:
```TypeError: __init__() got an unexpected keyword argument 'shape'```