awkrail commited on
Commit
5bd932e
·
1 Parent(s): a1a2145
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def load_pretrained_weights():
46
 
47
  # Slowfast weights
48
  if not os.path.exists('SLOWFAST_8x8_R50.pkl'):
49
- subprocess.run('wget https://dl.fbaipublicfiles.com/pyslowfast/model_zoo/kinetics400/SLOWFAST_8x8_R50.pkl')
50
 
51
  return file_urls
52
 
 
46
 
47
  # Slowfast weights
48
  if not os.path.exists('SLOWFAST_8x8_R50.pkl'):
49
+ subprocess.run('wget https://dl.fbaipublicfiles.com/pyslowfast/model_zoo/kinetics400/SLOWFAST_8x8_R50.pkl', shell=True)
50
 
51
  return file_urls
52