Skip to content

Commit

Permalink
Fix implicitly concatenated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Oct 31, 2023
1 parent b2b9d4a commit 2dd3a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/vocoder/utils/generic_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def plot_results(y_hat: torch.tensor, y: torch.tensor, ap: AudioProcessor, name_
Returns:
Dict: output figures keyed by the name of the figures.
""" """Plot vocoder model results"""
"""
if name_prefix is None:
name_prefix = ""

Expand Down

0 comments on commit 2dd3a40

Please sign in to comment.