Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -26,12 +26,12 @@ pip install huggingface_hub
|
|
26 |
|
27 |
## 2. Download options
|
28 |
|
29 |
-
|
30 |
```bash
|
31 |
huggingface-cli download hienvuvg/mmcows visual_data.zip --repo-type dataset --local-dir ./
|
32 |
```
|
33 |
|
34 |
-
|
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 |
|