tortoise-tts/scripts/tts-entrypoint.sh
2024-08-07 23:35:51 +00:00

7 lines
199 B
Bash

#!/bin/bash
# Source the conda environment
source /root/miniconda/etc/profile.d/conda.sh
conda activate tortoise
# Execute the Python script with passed arguments
python /app/tortoise/do_tts.py "$@"