Update app.py
Browse files
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 =
|
| 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'])
|