Skip to content

Commit bed1fbd

Browse files
committed
fix unexpected indent
1 parent 8109574 commit bed1fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddlex/inference/pipelines/text_to_speech/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def predict(
8787
Returns:
8888
PwganResult: The predicted pwgan results, support str and json output.
8989
"""
90-
sentences = []
90+
sentences = []
9191
if isinstance(input, str):
9292
if input.endswith(".txt"):
9393
if not os.path.exists(input):

0 commit comments

Comments
 (0)