Spaces:
Running
Running
fix lib
Browse files
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 |
|