Skip to content

Commit

Permalink
fix gdown
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Mar 8, 2021
1 parent fa44e32 commit 2fbe4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TTS/utils/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def download_model(self, model_name):
return output_model_path, output_config_path

def _download_file(self, idx, output):
gdown.download(f"{self.url_prefix}{idx}", output=output)
gdown.download(f"{self.url_prefix}{idx}", output=output, quiet=False)



Expand Down

0 comments on commit 2fbe4a1

Please sign in to comment.