From 404690cb2555d767312cb2cee8a68a6d7bff018d Mon Sep 17 00:00:00 2001 From: ngbien83 Date: Fri, 25 Aug 2023 15:44:08 +0700 Subject: [PATCH] Update README.md (#540) typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a42a299..e22f0ddd 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ python3 -m demucs --mp3 --mp3-bitrate BITRATE PATH_TO_AUDIO_FILE_1 # output fil demucs "my music/my favorite track.mp3" # You can select different models with `-n` mdx_q is the quantized model, smaller but maybe a bit less accurate. demucs -n mdx_q myfile.mp3 -# If you only want to separate vocals out of an audio, use `--two-stems=vocal` (You can also set to drums or bass) +# If you only want to separate vocals out of an audio, use `--two-stems=vocals` (You can also set to drums or bass) demucs --two-stems=vocals myfile.mp3 ```