设置默认返回一整篇文章

This commit is contained in:
chasonjiang 2024-03-11 17:43:31 +08:00
parent 134602cd99
commit 46826b28b0

View File

@ -105,7 +105,7 @@ def inference(text, text_lang,
"batch_size":int(batch_size),
"speed_factor":float(speed_factor),
"split_bucket":split_bucket,
"return_fragment":True
"return_fragment":False
}
for item in tts_pipline.run(inputs):