From bb85279ee0258f9437b717c48eaabaf698c410ff Mon Sep 17 00:00:00 2001 From: eloimoliner <64018465+eloimoliner@users.noreply.github.com> Date: Wed, 1 Sep 2021 17:03:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55ca60..ee954fd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Run the following commands to install the pretrained weights of the two-stage U- If the environment is installed correctly, you can denoise an audio file by running: - bash inference.sh $filename + bash inference.sh "file name" A ".wav" file with the denoised version, as well as the residual noise and the original signal in "mono", will be generated in the same directory as the input file. ## Training