WenhaoWang
commited on
Commit
•
80a0047
1
Parent(s):
8ad70fa
Update README.md
Browse files
README.md
CHANGED
@@ -66,5 +66,11 @@ import pandas as pd
|
|
66 |
df = pd.DataFrame(ds)
|
67 |
```
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
|
|
66 |
df = pd.DataFrame(ds)
|
67 |
```
|
68 |
|
69 |
+
```python
|
70 |
+
# Full videos generated by Pika
|
71 |
+
from huggingface_hub import hf_hub_download: ~1T
|
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 |
|