mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-20 02:51:09 +00:00
Format code (#1122)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5f5ec4749c
commit
d9ada679b5
@@ -87,6 +87,7 @@ def get_models(device, dim_f, dim_t, n_fft):
|
||||
class Predictor:
|
||||
def __init__(self, args):
|
||||
import onnxruntime as ort
|
||||
|
||||
print(ort.get_available_providers())
|
||||
self.args = args
|
||||
self.model_ = get_models(
|
||||
|
||||
Reference in New Issue
Block a user