ai-voice-cloning-fork/train.sh

5 lines
83 B
Bash
Executable File

#!/bin/bash
source ./venv/bin/activate
python3 ./src/train.py -opt "$1"
deactivate