BenAAndrew / Voice-Cloning-App

A Python/Pytorch app for easily synthesising human voices
BSD 3-Clause "New" or "Revised" License
1.4k stars 233 forks source link

Error Build dataset (Spanish) #142

Open raul-parada opened 2 years ago

raul-parada commented 2 years ago

I'm using the Windows version "Voice-Cloning-App-1.1.1-cpuonly" on Windows 10.

I've uploaded a text (26kb) and its audio in mp3 (76MB). I've chosen the Spanish language (since it is the language of these files. I've configured confidence to 0.95 and length from 1920 to 1980 and when I click on Submit and I get this error.

image

Avedena commented 2 years ago

Same here with German:

Type: FileNotFoundError
Text: [Errno 2] No such file or directory: 'alphabets\\German.txt'
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 121, in create_dataset_post File "application\views.py", line 87, in get_symbols File "training\utils.py", line 189, in load_symbols FileNotFoundError: [Errno 2] No such file or directory: 'alphabets\\German.txt'

Before starting dataset creation I add a new language. I also can find the files under the data folder.

Avedena commented 2 years ago

It looks like there is an issue with the Windows binary file. Clone the repository and install it manually. This solves it for me on the master branch. Or create a new Language and name it ES for example and upload a language model.