diff --git a/chapters/en/chapter1/load_and_explore.mdx b/chapters/en/chapter1/load_and_explore.mdx index 9a7c1d36..94c89eca 100644 --- a/chapters/en/chapter1/load_and_explore.mdx +++ b/chapters/en/chapter1/load_and_explore.mdx @@ -148,6 +148,7 @@ sampling_rate = example["audio"]["sampling_rate"] plt.figure().set_figwidth(12) librosa.display.waveshow(array, sr=sampling_rate) +plt.show() ```
@@ -155,4 +156,4 @@ librosa.display.waveshow(array, sr=sampling_rate)
Try it out! Download another dialect or language of the MINDS-14 dataset, listen and visualize some examples to get a sense -of the variation in the whole dataset. You can find the full list of available languages [here](https://huggingface.co/datasets/PolyAI/minds14). \ No newline at end of file +of the variation in the whole dataset. You can find the full list of available languages [here](https://huggingface.co/datasets/PolyAI/minds14).