Skip to content

Commit ca116e7

Browse files
authored
Update models.py
1 parent b216b86 commit ca116e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

models.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
from rvc.lib.tools.prerequisites_download import prerequisites_download_pipeline
1+
import os
22

33

4-
print("downloading models...")
5-
prerequisites_download_pipeline(models=True, exe=True)
4+
os.system("python programs/applio_code/rvc/lib/tools/prerequisites_download.py")

0 commit comments

Comments
 (0)