custom launch
Browse files- modules/model_loader.py +1 -0
modules/model_loader.py
CHANGED
@@ -23,4 +23,5 @@ def load_file_from_url(
|
|
23 |
print(f'Downloading: "{url}" to {cached_file}\n')
|
24 |
from torch.hub import download_url_to_file
|
25 |
download_url_to_file(url, cached_file, progress=progress)
|
|
|
26 |
return cached_file
|
|
|
23 |
print(f'Downloading: "{url}" to {cached_file}\n')
|
24 |
from torch.hub import download_url_to_file
|
25 |
download_url_to_file(url, cached_file, progress=progress)
|
26 |
+
print ('DOWNLOADED FILE: ', url)
|
27 |
return cached_file
|