mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-01-26 02:14:14 +01:00
7 lines
199 B
Bash
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 "$@" |