change_loading_options
Browse files
app.py
CHANGED
|
@@ -104,6 +104,7 @@ else:
|
|
| 104 |
load_file_list = {}
|
| 105 |
for key in src_file_list.keys():
|
| 106 |
load_file_list[key] = load_large_files(src_file_list[key])
|
|
|
|
| 107 |
|
| 108 |
model_lmm = create_lmm()
|
| 109 |
model_imagebind = imagebind_huge(pretrained=True, ckpt_path=load_file_list["imagebind"])
|
|
|
|
| 104 |
load_file_list = {}
|
| 105 |
for key in src_file_list.keys():
|
| 106 |
load_file_list[key] = load_large_files(src_file_list[key])
|
| 107 |
+
print(load_file_list)
|
| 108 |
|
| 109 |
model_lmm = create_lmm()
|
| 110 |
model_imagebind = imagebind_huge(pretrained=True, ckpt_path=load_file_list["imagebind"])
|