1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 17:20:25 +08:00

feat: update to latest torch & gradio version

This commit is contained in:
源文雨
2024-11-27 22:16:06 +09:00
parent 7c0b1c01f1
commit 4b68fb0e13
8 changed files with 40 additions and 37 deletions

2
gui.py
View File

@@ -251,7 +251,7 @@ if __name__ == "__main__":
sg.FileBrowse(
i18n("Select the .pth file"),
initial_folder=os.path.join(
os.getcwd(), "assets/weights"
os.getcwd(), "assets", "weights"
),
file_types=[("Model File", "*.pth")],
),