hepl me

#1
by mngrcoin - opened

Can you explain step by step how I can download this model to my own computer and run it? I'm a novice in these matters.

Hello,
if you are running docker it’s very simple:
sudo docker run -it -p 9860:7860 --platform=linux/amd64 --gpus all --name voix-clone registry.hf.space/nymbo-voice-clone-multilingual:latest python app.py

and it works, if you don’t have a gpu you shouldn’t include --gpus all.

Sign up or log in to comment