fix: requriements & config

This commit is contained in:
源文雨
2023-08-30 00:23:24 +08:00
parent 47a3882b3a
commit 417c1e58a1
6 changed files with 229 additions and 219 deletions

View File

@@ -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,