prevent line break

This commit is contained in:
Ftps
2024-01-21 01:32:21 +09:00
parent eb5ce4454c
commit b29976b8f9
2 changed files with 30 additions and 30 deletions

View File

@@ -66,8 +66,8 @@ Finally, specify the location of the model in the env file, and you are done!
rvc infer -m {model.pth} -i {input.wav} -o {output.wav} rvc infer -m {model.pth} -i {input.wav} -o {output.wav}
``` ```
| option | flag | type | default value | description | | option | flag  | type | default value | description |
|---------------|------|--------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------|------------|--------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| modelPath | -m | Path | *required | Model path or filename (reads in the directory set in env) | | modelPath | -m | Path | *required | Model path or filename (reads in the directory set in env) |
| inputPath | -i | Path | *required | Input audio path or folder | | inputPath | -i | Path | *required | Input audio path or folder |
| outputPath | -o | Path | *required | Output audio path or folder | | outputPath | -o | Path | *required | Output audio path or folder |

View File

@@ -68,8 +68,8 @@ rvc dlmodel {download_dir}
rvc infer -m {model.pth} -i {input.wav} -o {output.wav} rvc infer -m {model.pth} -i {input.wav} -o {output.wav}
``` ```
| option | flag | type | default value | description | | option | flag  | type | default value | description |
|---------------|------|--------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |---------------|------------|--------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| modelPath | -m | Path | *required | Model path or filename (reads in the directory set in env) | | modelPath | -m | Path | *required | Model path or filename (reads in the directory set in env) |
| inputPath | -i | Path | *required | Input audio path or folder | | inputPath | -i | Path | *required | Input audio path or folder |
| outputPath | -o | Path | *required | Output audio path or folder | | outputPath | -o | Path | *required | Output audio path or folder |