mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-27 03:56:41 +08:00
设置默认返回一整篇文章
This commit is contained in:
parent
134602cd99
commit
46826b28b0
@ -105,7 +105,7 @@ def inference(text, text_lang,
|
|||||||
"batch_size":int(batch_size),
|
"batch_size":int(batch_size),
|
||||||
"speed_factor":float(speed_factor),
|
"speed_factor":float(speed_factor),
|
||||||
"split_bucket":split_bucket,
|
"split_bucket":split_bucket,
|
||||||
"return_fragment":True
|
"return_fragment":False
|
||||||
}
|
}
|
||||||
|
|
||||||
for item in tts_pipline.run(inputs):
|
for item in tts_pipline.run(inputs):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user