I’d recommend syncing colab with your Google Drive and uploading the files to Google Drive You can either press “Mount Drive” and run the cell that is generated, or do:
from google.colab import drive
drive.mount('/content/drive')
I’d recommend syncing colab with your Google Drive and uploading the files to Google Drive You can either press “Mount Drive” and run the cell that is generated, or do:
from google.colab import drive
drive.mount('/content/drive')