ai-voice-cloning/start.sh

5 lines
72 B
Bash

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