ai-voice-cloning/start.sh

5 lines
77 B
Bash
Executable File

#!/bin/bash
source ./venv/bin/activate
python3 ./src/main.py "$@"
deactivate