We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b216b86 commit ca116e7Copy full SHA for ca116e7
models.py
@@ -1,5 +1,4 @@
1
-from rvc.lib.tools.prerequisites_download import prerequisites_download_pipeline
+import os
2
3
4
-print("downloading models...")
5
-prerequisites_download_pipeline(models=True, exe=True)
+os.system("python programs/applio_code/rvc/lib/tools/prerequisites_download.py")
0 commit comments