Update inference_webui.py

This commit is contained in:
RVC-Boss 2024-01-26 22:50:26 +08:00 committed by GitHub
parent 147eed00d9
commit 2eabcfa828
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -424,7 +424,7 @@ def cut2(inp):
inp = inp.strip("\n")
inps = split(inp)
if len(inps) < 2:
return [inp]
return inp
opts = []
summ = 0
tmp_str = ""