Update README.md
Browse files
README.md
CHANGED
@@ -97,7 +97,7 @@ def decode(container, sampling_rate, num_frames, clip_idx, num_clips, target_fps
|
|
97 |
return frames
|
98 |
|
99 |
|
100 |
-
file = hf_hub_download(repo_id="Intel/tvp_demo", filename="
|
101 |
|
102 |
model = AutoModel.from_pretrained("Intel/tvp-base")
|
103 |
|
|
|
97 |
return frames
|
98 |
|
99 |
|
100 |
+
file = hf_hub_download(repo_id="Intel/tvp_demo", filename="0A8ZT.mp4", repo_type="dataset")
|
101 |
|
102 |
model = AutoModel.from_pretrained("Intel/tvp-base")
|
103 |
|