ImagePoint Prediction Save

I am trying to use ImagePoint prediction and able to see my predicted images as:

imgP.show(y=learn.predict(imgP)[0])
This just shows the image with predicted point. But I need to save the image.

How do you save the image with point on it?

Any help?