mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-12-21 14:09:41 +01:00
Format code (#1136)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
2419d5e1a9
commit
ce8177a932
@@ -1,4 +1,4 @@
|
||||
import pdb,os
|
||||
import pdb, os
|
||||
|
||||
import numpy as np
|
||||
import torch
|
||||
@@ -577,7 +577,8 @@ class RMVPE:
|
||||
import onnxruntime as ort
|
||||
|
||||
ort_session = ort.InferenceSession(
|
||||
"%s/rmvpe.onnx"%os.environ["rmvpe_root"], providers=["DmlExecutionProvider"]
|
||||
"%s/rmvpe.onnx" % os.environ["rmvpe_root"],
|
||||
providers=["DmlExecutionProvider"],
|
||||
)
|
||||
self.model = ort_session
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user