mirror of https://github.com/coqui-ai/TTS.git
fix gdown
This commit is contained in:
parent
5b06c74bf4
commit
e7e880f514
|
@ -105,7 +105,7 @@ class ModelManager(object):
|
||||||
return output_model_path, output_config_path
|
return output_model_path, output_config_path
|
||||||
|
|
||||||
def _download_file(self, idx, output):
|
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