WenhaoWang commited on
Commit
9faa859
1 Parent(s): 3182d09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -50,7 +50,7 @@ It inspires many exciting new research areas, such as Text-to-Video Prompt Engin
50
 
51
  # Download
52
 
53
- ## Automatically
54
  Install the [datasets](https://huggingface.co/docs/datasets/v1.15.1/installation.html) library first, by:
55
  ```
56
  pip install datasets
@@ -62,7 +62,7 @@ from datasets import load_dataset
62
  dataset = load_dataset('WenhaoWang/VidProM')
63
  ```
64
 
65
- ## Manual
66
 
67
  You can download each file by ```wget```, for instance:
68
  ```
 
50
 
51
  # Download
52
 
53
+ ### Automatically
54
  Install the [datasets](https://huggingface.co/docs/datasets/v1.15.1/installation.html) library first, by:
55
  ```
56
  pip install datasets
 
62
  dataset = load_dataset('WenhaoWang/VidProM')
63
  ```
64
 
65
+ ### Manual
66
 
67
  You can download each file by ```wget```, for instance:
68
  ```