mirror of https://github.com/coqui-ai/TTS.git
fix gdown
This commit is contained in:
parent
fa44e329fd
commit
2fbe4a1b8a
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue