去除没必要的增加的空行

This commit is contained in:
XTer 2024-04-06 23:55:00 +08:00
parent 7f8892d004
commit 67e3796d36

View File

@ -598,10 +598,6 @@ class TTS:
returns: returns:
tuple[int, np.ndarray]: sampling rate and audio data. tuple[int, np.ndarray]: sampling rate and audio data.
""" """
########## variables initialization ########### ########## variables initialization ###########
self.stop_flag:bool = False self.stop_flag:bool = False
text:str = inputs.get("text", "") text:str = inputs.get("text", "")