Spaces:
Sleeping
Sleeping
init
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from funcs import (
|
|
19 |
save_videos
|
20 |
)
|
21 |
|
22 |
-
def download_model(
|
23 |
REPO_ID = 'Doubiiu/DynamiCrafter'
|
24 |
filename_list = ['model.ckpt']
|
25 |
if not os.path.exists('./checkpoints/dynamicrafter_256_v1/'):
|
|
|
19 |
save_videos
|
20 |
)
|
21 |
|
22 |
+
def download_model():
|
23 |
REPO_ID = 'Doubiiu/DynamiCrafter'
|
24 |
filename_list = ['model.ckpt']
|
25 |
if not os.path.exists('./checkpoints/dynamicrafter_256_v1/'):
|