Skip to content

Commit

Permalink
update the return type (#11210) (#11211)
Browse files Browse the repository at this point in the history
Signed-off-by: Nithin Rao Koluguri <nithinraok>
Co-authored-by: Nithin Rao <[email protected]>
  • Loading branch information
ko3n1g and nithinraok authored Nov 7, 2024
1 parent 5182968 commit 4c27f44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nemo/collections/asr/parts/utils/vad_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def plot(
unit_frame_len: float = 0.01,
label_repeat: int = 1,
xticks_step: int = 5,
) -> ipd.Audio:
) -> "ipd.Audio":
"""
Plot Audio and/or VAD output and/or groundtruth labels for visualization
Args:
Expand Down Expand Up @@ -1462,7 +1462,7 @@ def plot_sample_from_rttm(
show: bool = True,
offset: float = 0.0,
unit_frame_len: float = 0.01,
):
) -> "ipd.Audio":
"""
Plot audio signal and frame-level labels from RTTM file
"""
Expand Down

0 comments on commit 4c27f44

Please sign in to comment.