Update README.md
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ i = 0 # could be value between 0 and 99.
|
|
| 72 |
from huggingface_hub import hf_hub_download
|
| 73 |
|
| 74 |
file_path = hf_hub_download(
|
| 75 |
-
repo_id="pranked03/ViDAS", filename=dataset["train"][
|
| 76 |
)
|
| 77 |
```
|
| 78 |
|
|
|
|
| 72 |
from huggingface_hub import hf_hub_download
|
| 73 |
|
| 74 |
file_path = hf_hub_download(
|
| 75 |
+
repo_id="pranked03/ViDAS", filename=dataset["train"][i]["video_id"], repo_type="dataset"
|
| 76 |
)
|
| 77 |
```
|
| 78 |
|