Real-Time-Voice-Cloning
Real-Time-Voice-Cloning copied to clipboard
load() takes 1 positional argument but 2 were given
load() takes 1 positional argument but 2 were given
I have installed the entire code, all modules but when I load I see this error. Need help
Hi, try using librosa version 0.9.2
pip install librosa==0.9.2
install librosa==0.8.1 as mentioned in the requirements document. Ideally create a virtual environment with Python 3.7 then install ffmpeg, pytorch and then the requirements in the environment and then run the code.