dylanplummer commited on
Commit
4d03e81
·
verified ·
1 Parent(s): a503080

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -30,11 +30,11 @@ from hls_download import download_clips
30
  #plt.style.use('dark_background')
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'])
38
 
39
  #onnx_file = 'nextjump.onnx'
40
 
 
30
  #plt.style.use('dark_background')
31
 
32
  LOCAL = False
33
+ IMG_SIZE = 256
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_256.onnx", repo_type="model", token=os.environ['DATASET_SECRET'])
38
 
39
  #onnx_file = 'nextjump.onnx'
40