#解压文件
!unzip '/content/pytorch_flask_service.zip' -d '/content/py_service'
#运行自己.py文件
cd /content/py_service/pytorch_flask_service/
!python main.py
安装包
pip install flask_cors
#解压文件
!unzip '/content/pytorch_flask_service.zip' -d '/content/py_service'
#运行自己.py文件
cd /content/py_service/pytorch_flask_service/
!python main.py
安装包
pip install flask_cors
本文标题:Google Colab解压压缩包
本文链接:https://www.haomeiwen.com/subject/lwzdxdtx.html
网友评论