mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2026-07-11 09:41:10 +08:00
Merge remote-tracking branch 'upstream/main' into Fix
This commit is contained in:
commit
b62139b6b0
@ -13,7 +13,7 @@ import torch
|
||||
|
||||
logging.getLogger("numba").setLevel(logging.ERROR)
|
||||
logging.getLogger("matplotlib").setLevel(logging.ERROR)
|
||||
|
||||
logging.getLogger("httpx").setLevel(logging.ERROR)
|
||||
MATPLOTLIB_FLAG = False
|
||||
|
||||
logging.basicConfig(stream=sys.stdout, level=logging.INFO)
|
||||
|
||||
2
webui.py
2
webui.py
@ -1406,7 +1406,7 @@ with gr.Blocks(title="GPT-SoVITS WebUI", analytics_enabled=False) as app:
|
||||
value=process_info(process_name_slice, "close"), variant="primary", visible=False
|
||||
)
|
||||
|
||||
gr.Markdown(value="0bb-" + i18n("语音降噪工具"))
|
||||
gr.Markdown(value="0bb-" + i18n("语音降噪工具")+i18n("(非必需)"))
|
||||
with gr.Row():
|
||||
with gr.Column(scale=3):
|
||||
with gr.Row():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user