Need Help! How to save and download my trained model from Kaggle to my local machine?

I trained my cnn model on kaggle but when I try to save it it showed '…/input/data/ —" read only then I tried saving my model to ‘tmp/model’ it successfully got saved but I can’t download it on my local machine. I tried downloading it using from IPython.display import FileLink, FileLinks "but it didn’t work.
I also read similar posts on forum and trying different things for last 10 hrs but none of it worked for me.
help