We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8109574 commit bed1fbdCopy full SHA for bed1fbd
paddlex/inference/pipelines/text_to_speech/pipeline.py
@@ -87,7 +87,7 @@ def predict(
87
Returns:
88
PwganResult: The predicted pwgan results, support str and json output.
89
"""
90
- sentences = []
+ sentences = []
91
if isinstance(input, str):
92
if input.endswith(".txt"):
93
if not os.path.exists(input):
0 commit comments