mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 04:22:21 +00:00
fixed typos in the README file
This commit is contained in:
parent
4357b32d3c
commit
fb34991566
@ -131,12 +131,12 @@ To inference, use:
|
|||||||
|
|
||||||
wget https://github.com/csukuangfj/models/raw/refs/heads/master/hifigan/generator_v1
|
wget https://github.com/csukuangfj/models/raw/refs/heads/master/hifigan/generator_v1
|
||||||
|
|
||||||
./matcha/inference \
|
./matcha/synth.py \
|
||||||
--exp-dir ./matcha/exp-new-3 \
|
--exp-dir ./matcha/exp-new-3 \
|
||||||
--epoch 4000 \
|
--epoch 4000 \
|
||||||
--tokens ./data/tokens.txt \
|
--tokens ./data/tokens.txt \
|
||||||
--vocoder ./generator_v1 \
|
--vocoder ./generator_v1 \
|
||||||
--input-text "how are you doing?"
|
--input-text "how are you doing?" \
|
||||||
--output-wav ./generated.wav
|
--output-wav ./generated.wav
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user