Skip to content

Commit

Permalink
fix librosa display issue (NVIDIA#7991) (NVIDIA#7993)
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Rao Koluguri <nithinraok>
Co-authored-by: Nithin Rao <nithinrao.koluguri@gmail.com>
Signed-off-by: Piotr Żelasko <petezor@gmail.com>
  • Loading branch information
2 people authored and pzelasko committed Jan 3, 2024
1 parent bdc1cfb commit 9780024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/asr/ASR_with_NeMo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"plt.title('Waveform of Audio Example')\n",
"plt.ylabel('Amplitude')\n",
"\n",
"_ = librosa.display.waveshow(audio)"
"_ = librosa.display.waveshow(audio, color='blue')"
],
"execution_count": null,
"outputs": []
Expand Down

0 comments on commit 9780024

Please sign in to comment.