Skip to content

Commit

Permalink
fix librosa display issue
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Rao Koluguri <nithinraok>
  • Loading branch information
Nithin Rao Koluguri committed Dec 7, 2023
1 parent 15e0f8c commit c84beb1
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 c84beb1

Please sign in to comment.