I\'m trying to resize the image but it\'s throwing error in google colab.
images = cv2.imread(\'uk-dl.jpg\') image_resize = cv2.resize(images, (4600, 5500)) c