Update README.md
Browse files
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
|
| 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 |
|