speed1/RVC_V2_Huggingface_Version
0
๐ง Pre-requisites
Before running the project, you must have the following tool installed on your machine:
Also, you will need to clone the repository:
# 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:
# 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.shAfter 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:

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:
python app.pyTHE `run.sh` IS SUPPORTED BY THE FOLLOWING OPERATING SYSTEMS:
