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

custom launch

Browse files
Files changed (1) hide show
  1. modules/model_loader.py +1 -0
modules/model_loader.py CHANGED
@@ -24,4 +24,5 @@ def load_file_from_url(
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
 
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
+ print(f'Using cached file: {cached_file}')
28
  return cached_file