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 export dataset #153

Closed kuromatiku closed 2 years ago

kuromatiku commented 2 years ago

when i'm trying to export the dataset got this error

Type: TypeError Text: send_file() got an unexpected keyword argument 'attachment_filename' Full: Traceback (most recent call last): File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 1820, in full_dispatch_request rv = self.dispatch_request() File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\flask\app.py", line 1796, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "C:\Users\user\voice-cloning-app\application\views.py", line 533, in download_dataset return send_file( TypeError: send_file() got an

kuromatiku commented 2 years ago

nvm, it works after reinstalling