from local

This commit is contained in:
dohe0342 2023-01-27 16:42:36 +09:00
parent 278381dbee
commit 837d20f75c
2 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
mkdir -p data/manifests
if [ ! -e data/manifests/.vox.done ]; then
python local/prepare_vox.py $dl_dir/vox
touch data/manifests/.LJSpeech.done
touch data/manifests/.vox.done
fi
fi