PaddleSpeech/demos/TTSCppFrontend/run_front_demo.sh

8 lines
91 B

#!/bin/bash
set -e
set -x
cd "$(dirname "$(realpath "$0")")"
./build/tts_front_demo "$@"