From eff14d53e54ab1c0eb2244ad08c65d4038417ff5 Mon Sep 17 00:00:00 2001 From: Plachta Date: Tue, 7 Mar 2023 10:36:02 +0800 Subject: [PATCH] fix inference UI --- VC_inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VC_inference.py b/VC_inference.py index 69d7cb3..a756760 100644 --- a/VC_inference.py +++ b/VC_inference.py @@ -121,7 +121,7 @@ if __name__ == "__main__": outputs=[text_output, audio_output]) with gr.Tab("Voice Conversion"): gr.Markdown(""" - 录制或上传声音,并选择要转换的音色。User代表的音色是你自己。 + 录制或上传声音,并选择要转换的音色。 """) with gr.Column(): record_audio = gr.Audio(label="record your voice", source="microphone")