mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +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
@@ -157,10 +157,13 @@ 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,
|
||||
"40k": 40000,
|
||||
|
||||
Reference in New Issue
Block a user