import gdown file_id = '1DNPDWKWqF6l0B-7qS5JX6TE27OGRrl2J' download_url = f'https://drive.google.com/uc?id={file_id}' output = 'final_plantvillage_model.keras' # you can change the filename if you want gdown.download(download_url, output, quiet=False) import gdown url = 'https://drive.google.com/file/d/1DNPDWKWqF6l0B-7qS5JX6TE27OGRrl2J/view?usp=sharing' output = 'final_plantvillage_model.keras' gdown.download(url, output, quiet=False, fuzzy=True)