so-vits-svc / diffusion /how to export onnx.md
aoxiang1221's picture
update
85ce65e

A newer version of the Gradio SDK is available: 4.36.1

Upgrade
  • Open onnx_export
  • project_name = "dddsp" change "project_name" to your project name
  • model_path = f'{project_name}/model_500000.pt' change "model_path" to your model path
  • Run