Spaces:
Build error
Build error
Haoxin Chen
commited on
Commit
·
2288e12
1
Parent(s):
0757c55
bug fix
Browse files- videocontrol_test.py +1 -1
videocontrol_test.py
CHANGED
@@ -114,7 +114,7 @@ class VideoControl:
|
|
114 |
def download_model(self):
|
115 |
REPO_ID = 'VideoCrafter/t2v-version-1-1'
|
116 |
filename_list = ['models/base_t2v/model.ckpt',
|
117 |
-
"models/adapter_t2v_depth/adapter.pth"
|
118 |
"models/adapter_t2v_depth/dpt_hybrid-midas.pt"
|
119 |
]
|
120 |
for filename in filename_list:
|
|
|
114 |
def download_model(self):
|
115 |
REPO_ID = 'VideoCrafter/t2v-version-1-1'
|
116 |
filename_list = ['models/base_t2v/model.ckpt',
|
117 |
+
"models/adapter_t2v_depth/adapter.pth",
|
118 |
"models/adapter_t2v_depth/dpt_hybrid-midas.pt"
|
119 |
]
|
120 |
for filename in filename_list:
|