maxardito commited on
Commit
278c343
·
1 Parent(s): bc9a382

Fixed path

Browse files
Files changed (1) hide show
  1. beatbox.py +1 -1
beatbox.py CHANGED
@@ -28,7 +28,7 @@ _HOMEPAGE = "https://doi.org/10.1007/978-3-031-05981-0_14"
28
 
29
  _LICENSE = "MIT"
30
 
31
- _DATA_URL = "https://huggingface.co/datasets/maxardito/beatbox/resolve/main/data"
32
 
33
 
34
  class BeatboxDataset(datasets.GeneratorBasedBuilder):
 
28
 
29
  _LICENSE = "MIT"
30
 
31
+ _DATA_URL = "https://huggingface.co/datasets/maxardito/beatbox/resolve/main/dataset"
32
 
33
 
34
  class BeatboxDataset(datasets.GeneratorBasedBuilder):