Update nsynth-script.py
Browse files- nsynth-script.py +1 -1
nsynth-script.py
CHANGED
|
@@ -113,5 +113,5 @@ class Nsynth(datasets.GeneratorBasedBuilder):
|
|
| 113 |
"id": str(guid),
|
| 114 |
"audio": audio_filename,
|
| 115 |
"pitch": examples[guid]["pitch"],
|
| 116 |
-
"label": examples[guid]["
|
| 117 |
}
|
|
|
|
| 113 |
"id": str(guid),
|
| 114 |
"audio": audio_filename,
|
| 115 |
"pitch": examples[guid]["pitch"],
|
| 116 |
+
"label": examples[guid]["pitch"],
|
| 117 |
}
|