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

Cannot use German for my dataset #169

Open luigi052005 opened 1 year ago

luigi052005 commented 1 year ago

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 172, in load_symbols FileNotFoundError: [Errno 2] No such file or directory: 'alphabets\German.txt'

SandUhrGucker commented 1 year ago

if the file exists, ensure the encoding is utf8. This fixes the error for me