hienvuvg commited on
Commit
960c609
·
verified ·
1 Parent(s): f5cf73b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,12 +26,12 @@ pip install huggingface_hub
26
 
27
  ## 2. Download options
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:**
35
  ```python
36
  from huggingface_hub import hf_hub_download
37
 
 
26
 
27
  ## 2. Download options
28
 
29
+ Using command line:
30
  ```bash
31
  huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./
32
  ```
33
 
34
+ Using a Python script:
35
  ```python
36
  from huggingface_hub import hf_hub_download
37