WenhaoWang commited on
Commit
419cef8
1 Parent(s): 3157372

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -70,7 +70,7 @@ df = pd.DataFrame(ds)
70
  # Full videos generated by Pika: ~1T
71
  from huggingface_hub import hf_hub_download
72
  for i in range(1,52):
73
- hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="pika_videos_tar/pika_videos_1.tar", repo_type="dataset")
74
  ```
75
 
76
 
 
70
  # Full videos generated by Pika: ~1T
71
  from huggingface_hub import hf_hub_download
72
  for i in range(1,52):
73
+ hf_hub_download(repo_id="WenhaoWang/TIP-I2V", filename="pika_videos_tar/pika_videos_%d.tar"%i, repo_type="dataset")
74
  ```
75
 
76