CoolFace
Apppublic

speed1/RVC_V2_Huggingface_Version

sourceHugging Facelgpl-3.0updated 3y agoView on Hugging Face
0likes
App README

๐Ÿ”ง Pre-requisites

Before running the project, you must have the following tool installed on your machine:

Also, you will need to clone the repository:

bash
# Clone the repository
git clone https://huggingface.co/spaces/mateuseap/magic-vocals/
# Enter in the root directory
cd magic-vocals

๐Ÿš€ How to run

After you've cloned the repository and entered in the root directory, run the following commands:

bash
# Create and activate a Virtual Environment (make sure you're using Python v3.8.0 to do it)
python -m venv venv
. venv/bin/activate

# Change mode and execute a shell script to configure and run the application
chmod +x run.sh
./run.sh

After the shell script executes everything, the application will be running at http://127.0.0.1:7860! Open up the link in a browser to use the app:

Magic Vocals

You only need to execute the `run.sh` one time, once you've executed it one time, you just need to activate the virtual environment and run the command below to start the app again:

bash
python app.py

THE `run.sh` IS SUPPORTED BY THE FOLLOWING OPERATING SYSTEMS:

OSSupported
WindowsโŒ
Ubuntuโœ