Spaces:
Running
on
Zero
Running
on
Zero
forgot a comma
Browse files- minigpt4_video_demo.py +1 -1
minigpt4_video_demo.py
CHANGED
@@ -23,7 +23,7 @@ login(token=hf_token)
|
|
23 |
|
24 |
hf_hub_download(
|
25 |
repo_id='Vision-CAIR/MiniGPT4-Video',
|
26 |
-
subfolder='checkpoints'
|
27 |
filename='video_llama_checkpoint_last.pth',
|
28 |
local_dir='checkpoints',
|
29 |
local_dir_use_symlinks=False,
|
|
|
23 |
|
24 |
hf_hub_download(
|
25 |
repo_id='Vision-CAIR/MiniGPT4-Video',
|
26 |
+
subfolder='checkpoints',
|
27 |
filename='video_llama_checkpoint_last.pth',
|
28 |
local_dir='checkpoints',
|
29 |
local_dir_use_symlinks=False,
|