From 4c2fa81012f26593c9db5946d1385d752aa7d78c Mon Sep 17 00:00:00 2001 From: Tps-F Date: Sat, 19 Aug 2023 13:47:41 +0000 Subject: [PATCH] Apply Code Formatter Change --- infer-web.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infer-web.py b/infer-web.py index 1959ea0..0546e51 100644 --- a/infer-web.py +++ b/infer-web.py @@ -140,6 +140,7 @@ for name in os.listdir(weight_uvr5_root): if name.endswith(".pth") or "onnx" in name: uvr5_names.append(name.replace(".pth", "")) + def change_choices(): names = [] for name in os.listdir(weight_root): @@ -1004,8 +1005,6 @@ def change_f0_method(f0method8): return {"visible": visible, "__type__": "update"} - - with gr.Blocks(title="RVC WebUI") as app: gr.Markdown( value=i18n(