CoolFace
Apppublic

dthomas84/RVC_RULE1

sourceHugging Facelgpl-3.0updated 3y agoView on Hugging Face
0likes
run.sh17 linesDownload Raw Back to root
1# Install Debian packages2sudo apt-get update3sudo apt-get install -qq -y build-essential ffmpeg aria24 5# Upgrade pip and setuptools6pip install --upgrade pip7pip install --upgrade setuptools8 9# Install wheel package (built-package format for Python)10pip install wheel11 12# Install Python packages using pip13pip install -r requirements.txt14 15# Run application locally at http://127.0.0.1:786016python app.py17