prevent line break
This commit is contained in:
@@ -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 |
|
||||||
|
|||||||
@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user