yangwang825
commited on
Update pianos.py
Browse files
pianos.py
CHANGED
@@ -57,7 +57,7 @@ class PianosConfig(datasets.BuilderConfig):
|
|
57 |
class pianos(datasets.GeneratorBasedBuilder):
|
58 |
|
59 |
BUILDER_CONFIGS = [
|
60 |
-
|
61 |
features=datasets.Features(
|
62 |
{
|
63 |
"file": datasets.Value("string"),
|
|
|
57 |
class pianos(datasets.GeneratorBasedBuilder):
|
58 |
|
59 |
BUILDER_CONFIGS = [
|
60 |
+
PianosConfig(
|
61 |
features=datasets.Features(
|
62 |
{
|
63 |
"file": datasets.Value("string"),
|