Merge branch 'clean' of https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI into clean
This commit is contained in:
commit
3d06f962ae
@ -138,6 +138,7 @@ for name in os.listdir(weight_uvr5_root):
|
|||||||
if name.endswith(".pth") or "onnx" in name:
|
if name.endswith(".pth") or "onnx" in name:
|
||||||
uvr5_names.append(name.replace(".pth", ""))
|
uvr5_names.append(name.replace(".pth", ""))
|
||||||
|
|
||||||
|
|
||||||
def change_choices():
|
def change_choices():
|
||||||
names = []
|
names = []
|
||||||
for name in os.listdir(weight_root):
|
for name in os.listdir(weight_root):
|
||||||
@ -1002,8 +1003,6 @@ def change_f0_method(f0method8):
|
|||||||
return {"visible": visible, "__type__": "update"}
|
return {"visible": visible, "__type__": "update"}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
with gr.Blocks(title="RVC WebUI") as app:
|
with gr.Blocks(title="RVC WebUI") as app:
|
||||||
gr.Markdown(
|
gr.Markdown(
|
||||||
value=i18n(
|
value=i18n(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user