Datasets:
License:
Fixed path
Browse files- 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/
|
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):
|