fix gdown

This commit is contained in:
Eren Gölge 2021-02-05 13:42:24 +00:00 committed by Eren Gölge
parent fa44e329fd
commit 2fbe4a1b8a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class ModelManager(object):
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)