piper-voices / _script /voice_names.sh
barisaydin's picture
Upload folder using huggingface_hub
1c9dba7 verified
raw
history blame contribute delete
213 Bytes
#!/usr/bin/env bash
set -eo pipefail
this_dir="$( cd "$( dirname "$0" )" && pwd )"
repo_dir="$(realpath "${this_dir}/../")"
find "${repo_dir}" -type f -name '*.onnx' -exec basename '{}' '.onnx' \; | sort | uniq