mirror of https://github.com/coqui-ai/TTS.git
Fix implicitly concatenated docstring
This commit is contained in:
parent
027a797305
commit
08fa5d4098
|
@ -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 = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue