tharms commited on
Commit
bb19d2f
·
1 Parent(s): 45d6186

custom launch

Browse files
Files changed (1) hide show
  1. 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