Didn't work for me. Get this error during this step:
Run the app
Go to "Synthesis"
Click on Submit
OOPS! AN ERROR OCCURED
Please share the following error in an issue at
https://github.com/BenAAndrew/Voice-Cloning-App
Type: PermissionError
Text: [Errno 13] Permission denied: 'C:\\Users\\...\\Desktop\\data\\models\\VAM Voice Model\\VAM Voice Model'
Full: Traceback (most recent call last): File "flask\app.py", line 1950, in full_dispatch_request File "flask\app.py", line 1936, in dispatch_request File "application\views.py", line 291, in synthesis_setup_post File "synthesis\synthesize.py", line 45, in load_model File "torch\serialization.py", line 594, in load with _open_file_like(f, 'rb') as opened_file: File "torch\serialization.py", line 230, in _open_file_like return _open_file(name_or_buffer, mode) File "torch\serialization.py", line 211, in __init__ super(_open_file, self).__init__(open(name, mode)) PermissionError: [Errno 13] Permission denied: 'C:\\Users\\...\\Desktop\\data\\models\\VAM Voice Model\\VAM Voice Model'