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

Sound files won't load #166

Open Vidyut opened 1 year ago

Vidyut commented 1 year ago

Sound files are generated and exist, but the server can't see them, so they don't load. If you check the console, the file hasn't got loaded. If you try to access the url, it doesn't recognise the parameter "attachment_filename".

The reason for this is in application/utils.py (line 103 I think) where it says 'attachment_filename' - this needs to be changed to 'download_name'