mirror of
https://github.com/JarodMica/ai-voice-cloning.git
synced 2025-06-07 06:05:52 -04:00
4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/bash
|
|
source ./venv/bin/activate
|
|
python3 ./src/train.py --yaml "$1"
|
|
deactivate
|