alibabasglab
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ pip install -r requirements.txt
|
|
29 |
|
30 |
**Run Script**
|
31 |
|
32 |
-
Go to `clearvoice/` and use the following examples
|
33 |
|
34 |
Sample example 1: use speech enhancement model `MossFormer2_SE_48K` to process one wave file of `samples/input.wav` and save the output wave file to `samples/output_MossFormer2_SE_48K.wav`
|
35 |
|
|
|
29 |
|
30 |
**Run Script**
|
31 |
|
32 |
+
Go to `clearvoice/` and use the following examples. The MossFormer2_SE_48K model will be downloaded from huggingface automatically.
|
33 |
|
34 |
Sample example 1: use speech enhancement model `MossFormer2_SE_48K` to process one wave file of `samples/input.wav` and save the output wave file to `samples/output_MossFormer2_SE_48K.wav`
|
35 |
|