mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
fix: requriements & config
This commit is contained in:
@@ -24,7 +24,6 @@ from infer.lib.train.process_ckpt import (
|
||||
merge,
|
||||
show_info,
|
||||
)
|
||||
from infer.modules.onnx.export import export_onnx
|
||||
from infer.modules.uvr5.modules import uvr
|
||||
from infer.modules.vc.modules import VC
|
||||
|
||||
@@ -158,6 +157,9 @@ def change_choices():
|
||||
def clean():
|
||||
return {"value": "", "__type__": "update"}
|
||||
|
||||
def export_onnx():
|
||||
from infer.modules.onnx.export import export_onnx as eo
|
||||
eo()
|
||||
|
||||
sr_dict = {
|
||||
"32k": 32000,
|
||||
|
||||
Reference in New Issue
Block a user