fix gdown

This commit is contained in:
Eren Gölge 2021-02-05 13:42:24 +00:00
parent 5b06c74bf4
commit e7e880f514
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)