mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix path
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user