mirror of
https://git.ecker.tech/mrq/ai-voice-cloning
synced 2025-06-07 11:05:42 -04:00
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/bash
|
|
source ./venv/bin/activate
|
|
python3 ./src/train.py --yaml "$1"
|
|
deactivate
|