dylanplummer commited on
Commit
05db673
·
verified ·
1 Parent(s): 60119fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ from hls_download import download_clips
31
 
32
  LOCAL = False
33
  IMG_SIZE = 192
34
- CACHE_API_CALLS = True
35
  os.makedirs(os.path.join(os.getcwd(), 'clips'), exist_ok=True)
36
 
37
  onnx_file = hf_hub_download(repo_id="lumos-motion/nextjump", filename="nextjump_192.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
 
31
 
32
  LOCAL = False
33
  IMG_SIZE = 192
34
+ CACHE_API_CALLS = False
35
  os.makedirs(os.path.join(os.getcwd(), 'clips'), exist_ok=True)
36
 
37
  onnx_file = hf_hub_download(repo_id="lumos-motion/nextjump", filename="nextjump_192.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])