Update README.md

This commit is contained in:
eloimoliner 2021-09-01 16:50:20 +03:00 committed by GitHub
parent 94956020d7
commit de1179e051
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,6 @@ If the environment is installed correctly, you can denoise an audio file by runn
bash inference.sh $filename
A ".wav" file with the denoised version, as well as the residual noise and the original signal in "mono", will be stored in the same directory as the input file.
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
TODO