Update README.md
Browse files
README.md
CHANGED
@@ -186,6 +186,7 @@ hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="eval_videos_tar/cog_videos_e
|
|
186 |
|
187 |
## Download original HTML files
|
188 |
```python
|
|
|
189 |
from huggingface_hub import hf_hub_download
|
190 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-1 [1123665843365093487].html", repo_type="dataset")
|
191 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-2 [1126318113038798948].html", repo_type="dataset")
|
|
|
186 |
|
187 |
## Download original HTML files
|
188 |
```python
|
189 |
+
# 10 files (~32G)
|
190 |
from huggingface_hub import hf_hub_download
|
191 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-1 [1123665843365093487].html", repo_type="dataset")
|
192 |
hf_hub_download(repo_id="tipi2v/TIP-I2V", filename="raw_html/Pika - Creations - generate-2 [1126318113038798948].html", repo_type="dataset")
|