mirror of
https://github.com/barkeser2002/rvc-inference.git
synced 2026-09-25 01:50:04 +03:00
6 lines
100 B
Bash
6 lines
100 B
Bash
# Activate virtual environment
|
|
source my_env/bin/activate
|
|
|
|
# Run the inference script
|
|
python app.py
|