Spaces:
Runtime error
Runtime error
Update app_rvc.py
Browse files- app_rvc.py +1 -1
app_rvc.py
CHANGED
|
@@ -9,7 +9,7 @@ if os.environ.get("ZERO_GPU") != "TRUE" and torch.cuda.is_available():
|
|
| 9 |
# onnxruntime GPU
|
| 10 |
os.system("pip install ort-nightly-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/")
|
| 11 |
import librosa
|
| 12 |
-
from
|
| 13 |
logger,
|
| 14 |
set_logging_level,
|
| 15 |
configure_logging_libs,
|
|
|
|
| 9 |
# onnxruntime GPU
|
| 10 |
os.system("pip install ort-nightly-gpu --index-url=https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ort-cuda-12-nightly/pypi/simple/")
|
| 11 |
import librosa
|
| 12 |
+
from madkoala.logging_setup import (
|
| 13 |
logger,
|
| 14 |
set_logging_level,
|
| 15 |
configure_logging_libs,
|