szuweifu commited on
Commit
fe51d64
·
verified ·
1 Parent(s): 435fd16

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ If your noisy speech files are **long and may cause GPU out-of-memory (OOM)** er
59
  1. Place your long noisy speech files in the folder `long_noisy_audio/`
60
  2. Run the following command:
61
  ```bash
62
- sh inference_chunk_wise.sh
63
  ```
64
  3. The enhanced speech files will be saved in `Long_enhanced_audio/`.
65
 
 
59
  1. Place your long noisy speech files in the folder `long_noisy_audio/`
60
  2. Run the following command:
61
  ```bash
62
+ sh inference_chunk.sh
63
  ```
64
  3. The enhanced speech files will be saved in `Long_enhanced_audio/`.
65