rename directory

This commit is contained in:
yaozengwei 2023-11-06 11:06:42 +08:00
parent 0ec1e7d948
commit cd59a69957
25 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ This script performs model inference on test set.
Usage:
./vits/infer.py \
--epoch 1000 \
--exp-dir ./zipformer/exp \
--exp-dir ./vits/exp \
--max-duration 500
"""