update dev start command

This commit is contained in:
w-okada 2023-07-17 09:21:35 +09:00
parent b133364b77
commit e8aeb1eaa7
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -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. トラブルシュート