pranked03 commited on
Commit
c3f5d02
1 Parent(s): 850aeba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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"][0]["video_id"], repo_type="dataset"
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