fixed typos in the README file

This commit is contained in:
zr_jin 2024-12-06 23:40:23 +08:00
parent 4357b32d3c
commit fb34991566

View File

@ -131,12 +131,12 @@ To inference, use:
wget https://github.com/csukuangfj/models/raw/refs/heads/master/hifigan/generator_v1
./matcha/inference \
./matcha/synth.py \
--exp-dir ./matcha/exp-new-3 \
--epoch 4000 \
--tokens ./data/tokens.txt \
--vocoder ./generator_v1 \
--input-text "how are you doing?"
--input-text "how are you doing?" \
--output-wav ./generated.wav
```