Update README.md
Browse files
README.md
CHANGED
|
@@ -67,8 +67,8 @@ df = pd.DataFrame(ds)
|
|
| 67 |
```
|
| 68 |
|
| 69 |
```python
|
| 70 |
-
# Full videos generated by Pika
|
| 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 |
```
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
```python
|
| 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 |
```
|