嗨,能否请您告诉我如何将处理后的图像保存到本地PC硬盘?我正在使用Google Colab中的Python。而且我的代码可运行,可以转换图片。它以以下方式结束:output = run_style_transfer(cnn,cnn_normalization_mean,cnn_normalization_std,content_img,style_img,input_img)plt.figure()imshow(output,title='Output Image')plt.ioff()plt.show()