From 2091e808c82647787b571f1b17e80378d203e830 Mon Sep 17 00:00:00 2001 From: Katsuya Iida Date: Sat, 29 May 2021 19:41:00 +0900 Subject: [PATCH] Fix path --- recipes/kokoro/tacotron2-DDC/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/kokoro/tacotron2-DDC/run.sh b/recipes/kokoro/tacotron2-DDC/run.sh index cd2aaff5..86fda642 100644 --- a/recipes/kokoro/tacotron2-DDC/run.sh +++ b/recipes/kokoro/tacotron2-DDC/run.sh @@ -1,7 +1,7 @@ #!/bin/bash # take the scripts's parent's directory to prefix all the output paths. RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )" -CORPUS=kokoro-speech-v1_1-tiny +CORPUS=kokoro-speech-v1_1-small echo $RUN_DIR if [ \! -d $RUN_DIR/$CORPUS ] ; then echo "$RUN_DIR/$CORPUS doesn't exist."