docs fixed

This commit is contained in:
jinzr 2023-12-05 16:37:14 +08:00
parent 02f11c57f0
commit 94d1f4d1b4
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ training part first. It will save the ground-truth and generated wavs to the dir
$ ./vits/infer.py \
--epoch 1000 \
--exp-dir vits/exp \
--tokens data/tokens.txt
--tokens data/tokens.txt \
--max-duration 500
.. note::

View File

@ -82,7 +82,7 @@ training part first. It will save the ground-truth and generated wavs to the dir
$ ./vits/infer.py \
--epoch 1000 \
--exp-dir vits/exp \
--tokens data/tokens.txt
--tokens data/tokens.txt \
--max-duration 500
.. note::