Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,15 +17,6 @@ subprocess.run(["git", "clone", "https://github.com/poiqazwsx/Ilaria-RVC-Mainlin
|
|
17 |
os.chdir("Ilaria-RVC-Mainline-Huggingface")
|
18 |
|
19 |
|
20 |
-
# Download the Pretrains
|
21 |
-
comm = "aria2c --console-log-level=error -c -x 16 -s 16 -k 1M"
|
22 |
-
|
23 |
-
subprocess.run([comm, "https://huggingface.co/lj1995/{e}/resolve/main/hubert_base.pt", "-d", "/Ilaria-RVC-Mainline/assets/hubert", "-o", "hubert_base.pt"], check=True)
|
24 |
-
subprocess.run([comm, "https://raw.githubusercontent.com/poiqazwsx/Ilaria-RVC-Mainline/main/assets/hubert/hubert_inputs.pth", "-d", "/Ilaria-RVC-Mainline/assets/hubert", "-o", "hubert_inputs.pth"], check=True)
|
25 |
-
subprocess.run([comm, "https://huggingface.co/lj1995/{e}/resolve/main/rmvpe.pt" "-d" "/Ilaria-RVC-Mainline/assets/rmvpe", "-o", "rmvpe.pt"], check=True)
|
26 |
-
subprocess.run([comm, "https://github.com/poiqazwsx/Ilaria-RVC-Mainline/blob/main/assets/rmvpe/rmvpe_inputs.pth", "-d", "/Ilaria-RVC-Mainline/assets/rmvpe", "-o", "rmvpe.pth"], check=True)
|
27 |
-
|
28 |
-
|
29 |
# installing other requirements
|
30 |
subprocess.run(["pip", "install", "-r", "/Ilaria-RVC-Mainline-Huggingface/requirements.txt"], check=True)
|
31 |
print("Finished Installing")
|
|
|
17 |
os.chdir("Ilaria-RVC-Mainline-Huggingface")
|
18 |
|
19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
# installing other requirements
|
21 |
subprocess.run(["pip", "install", "-r", "/Ilaria-RVC-Mainline-Huggingface/requirements.txt"], check=True)
|
22 |
print("Finished Installing")
|