Baixe arquivos do Google Colab
from google.colab import files
files.download("file_name.format_name")
Dull Dormouse
from google.colab import files
files.download("file_name.format_name")
from google.colab import files
files.download("path")
!wget yoururl
#that's it
!gdown --id yourFileIdHere