Xiangxu-0103 commited on
Commit
3a9c776
·
verified ·
1 Parent(s): 9315bf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,5 +12,5 @@ Data can be downloaded using the one-liner `hf_hub_download`, for instance:
12
  ```python
13
  from huggingface_hub import hf_hub_download
14
 
15
- filepath = hf_hub_download(repo_id="Xiangxu-0103/SuperFlow_SuperPixel", filename="downstream_nuscenes_infos_train_1.pkl", repo_type="dataset")
16
- ```
 
12
  ```python
13
  from huggingface_hub import hf_hub_download
14
 
15
+ filepath = hf_hub_download(repo_id='Xiangxu-0103/SuperFlow_SuperPixel', filename='downstream_nuscenes_infos_train_1.pkl', repo_type='dataset')
16
+ ```