1
0
Fork 0
ai-voice-cloning-fork/start.sh

5 lines
77 B
Bash

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