diff --git a/README_dev_en.md b/README_dev_en.md index 705f623c..5051c3d5 100644 --- a/README_dev_en.md +++ b/README_dev_en.md @@ -46,6 +46,7 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \ --nsf_hifigan pretrain/nsf_hifigan/model \ --crepe_onnx_full pretrain/crepe_onnx_full.onnx \ --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \ + --rmvpe pretrain/rmvpe.pt \ --model_dir model_dir \ --samples samples.json diff --git a/README_dev_ja.md b/README_dev_ja.md index 974efbd6..28ff7a6d 100644 --- a/README_dev_ja.md +++ b/README_dev_ja.md @@ -46,9 +46,9 @@ $ python3 MMVCServerSIO.py -p 18888 --https true \ --nsf_hifigan pretrain/nsf_hifigan/model \ --crepe_onnx_full pretrain/crepe_onnx_full.onnx \ --crepe_onnx_tiny pretrain/crepe_onnx_tiny.onnx \ + --rmvpe pretrain/rmvpe.pt \ --model_dir model_dir \ --samples samples.json - ``` 2-1. トラブルシュート