mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
fix: weights folder
This commit is contained in:
@@ -89,6 +89,6 @@ def main(path, root):
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
query_path = r"weights\mi v3.pth"
|
||||
reference_root = r"weights"
|
||||
query_path = r"assets\weights\mi v3.pth"
|
||||
reference_root = r"assets\weights"
|
||||
main(query_path, reference_root)
|
||||
|
||||
Reference in New Issue
Block a user