From a6c42d6fbcf186914fd573e329945d1696c821d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stardust=C2=B7=E5=87=8F?= Date: Sat, 9 Sep 2023 11:32:26 +0800 Subject: [PATCH] fix unput --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index f86f3fd..348636c 100644 --- a/webui.py +++ b/webui.py @@ -203,7 +203,7 @@ if __name__ == "__main__": btn.click( tts_fn, - inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale], + inputs=[text, speaker, sdp_ratio, noise_scale, noise_scale_w, length_scale, language], outputs=[text_output, audio_output], )