Update README.md
Browse files
README.md
CHANGED
|
@@ -80,7 +80,6 @@ dataset_snapshot_download(
|
|
| 80 |
allow_file_pattern="assets/video_input.mp4",
|
| 81 |
local_dir="data"
|
| 82 |
)
|
| 83 |
-
```
|
| 84 |
|
| 85 |
# The height and width must be consistent!
|
| 86 |
control_video, _, _ = read_video_audio("data/assets/video_input.mp4", height=768, width=1344, num_frames=90, fps=24, audio_sample_rate=32000)
|
|
|
|
| 80 |
allow_file_pattern="assets/video_input.mp4",
|
| 81 |
local_dir="data"
|
| 82 |
)
|
|
|
|
| 83 |
|
| 84 |
# The height and width must be consistent!
|
| 85 |
control_video, _, _ = read_video_audio("data/assets/video_input.mp4", height=768, width=1344, num_frames=90, fps=24, audio_sample_rate=32000)
|