MCPcopy Create free account
hub / github.com/NVIDIA/FastPhotoStyle / download_models.py

File download_models.py

download_models.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Download code taken from Code taken from https://stackoverflow.com/questions/25010369/wget-curl-large-file-from-google-drive/39225039#39225039
2import requests
3
4def download_file_from_google_drive(id, destination):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected