From 2eabcfa8288662a3f3d9d7773077404648605377 Mon Sep 17 00:00:00 2001 From: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com> Date: Fri, 26 Jan 2024 22:50:26 +0800 Subject: [PATCH] Update inference_webui.py --- GPT_SoVITS/inference_webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPT_SoVITS/inference_webui.py b/GPT_SoVITS/inference_webui.py index aad3992..d4a817b 100644 --- a/GPT_SoVITS/inference_webui.py +++ b/GPT_SoVITS/inference_webui.py @@ -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 = ""