Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,11 @@ from lib.vc.utils import (
|
|
30 |
load_hubert
|
31 |
)
|
32 |
|
|
|
|
|
|
|
|
|
|
|
33 |
config = Config()
|
34 |
logging.getLogger("numba").setLevel(logging.WARNING)
|
35 |
logger = logging.getLogger(__name__)
|
|
|
30 |
load_hubert
|
31 |
)
|
32 |
|
33 |
+
os.system("aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/hubert_base.pt -d . -o hubert_base.pt")
|
34 |
+
os.system("aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/lj1995/VoiceConversionWebUI/resolve/main/rmvpe.pt -d . -o rmvpe.pt")
|
35 |
+
|
36 |
+
|
37 |
+
|
38 |
config = Config()
|
39 |
logging.getLogger("numba").setLevel(logging.WARNING)
|
40 |
logger = logging.getLogger(__name__)
|