mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-06-13 05:39:16 +08:00
Update inference_webui.py
This commit is contained in:
parent
147eed00d9
commit
2eabcfa828
@ -424,7 +424,7 @@ def cut2(inp):
|
|||||||
inp = inp.strip("\n")
|
inp = inp.strip("\n")
|
||||||
inps = split(inp)
|
inps = split(inp)
|
||||||
if len(inps) < 2:
|
if len(inps) < 2:
|
||||||
return [inp]
|
return inp
|
||||||
opts = []
|
opts = []
|
||||||
summ = 0
|
summ = 0
|
||||||
tmp_str = ""
|
tmp_str = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user