Spaces:
Running
on
Zero
Running
on
Zero
File size: 160 Bytes
9193cab |
1 2 3 4 5 6 |
#!/bin/bash
# Download the example data using gdown
mkdir -p ./assets/example1
gdown --id 1q6n2R5ihfMoD-dU_u5vfcMALZSihNgiq -O ./assets/example1/snowboard.npz
|