mirror of
https://github.com/wassname/TTS.git
synced 2026-09-05 16:20:11 +08:00
fix gdown
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user