Spaces:
Running
Running
File size: 201 Bytes
5827423 |
1 2 3 4 5 6 7 |
#!/bin/bash
export PYTHONIOENCODING=UTF-8
export MAIN_ROOT=`realpath ${PWD}/`
export PYTHONPATH=${MAIN_ROOT}:${MAIN_ROOT}/third_party/Matcha-TTS:${PYTHONPATH}
export BIN_DIR=${MAIN_ROOT}/inspiremusic
|