1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

optimize(infer): move onnx into rvc

This commit is contained in:
源文雨
2024-06-11 17:21:05 +09:00
parent e81b7c52c0
commit f956b333fa
12 changed files with 108 additions and 145 deletions

2
web.py
View File

@@ -182,7 +182,7 @@ def clean():
def export_onnx(ModelPath, ExportedPath):
from infer.modules.onnx.export import export_onnx as eo
from rvc.onnx import export_onnx as eo
eo(ModelPath, ExportedPath)