mika
commited on
Commit
·
a986309
1
Parent(s):
283dc44
delete data_url
Browse files- spectrogram_musicCaps.py +1 -1
spectrogram_musicCaps.py
CHANGED
@@ -35,7 +35,7 @@ _IMAGES_DIR = "mickylan2367/images/data/"
|
|
35 |
class spectrogram_musicCapsConfig(datasets.BuilderConfig):
|
36 |
"""Builder Config for spectrogram_MusicCaps"""
|
37 |
|
38 |
-
def __init__(self,
|
39 |
"""BuilderConfig
|
40 |
Args:
|
41 |
data_url: `string`, url to download the zip file from.
|
|
|
35 |
class spectrogram_musicCapsConfig(datasets.BuilderConfig):
|
36 |
"""Builder Config for spectrogram_MusicCaps"""
|
37 |
|
38 |
+
def __init__(self, metadata_urls, **kwargs):
|
39 |
"""BuilderConfig
|
40 |
Args:
|
41 |
data_url: `string`, url to download the zip file from.
|