mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-05 09:10:25 +08:00
4 lines
96 B
Python
4 lines
96 B
Python
from rvc.onnx import export_onnx
|
|
|
|
export_onnx("pt/Justin Bieber.pth", "pt/TestRvc_Rvc.onnx")
|