hienvuvg commited on
Commit
4818e1b
·
verified ·
1 Parent(s): 1c078c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -28,7 +28,7 @@ pip install huggingface_hub
28
 
29
  **Command Line Method:**
30
  ```bash
31
- huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./Downloads
32
  ```
33
 
34
  **Python Script Method:**
@@ -38,7 +38,7 @@ from huggingface_hub import hf_hub_download
38
  hf_hub_download(
39
  repo_id="hienvuvg/mmcows",
40
  repo_type="dataset",
41
- local_dir="./Downloads",
42
  filename="visual_data.zip"
43
  )
44
  ```
 
28
 
29
  **Command Line Method:**
30
  ```bash
31
+ huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./
32
  ```
33
 
34
  **Python Script Method:**
 
38
  hf_hub_download(
39
  repo_id="hienvuvg/mmcows",
40
  repo_type="dataset",
41
+ local_dir="./",
42
  filename="visual_data.zip"
43
  )
44
  ```