mirror of https://github.com/coqui-ai/TTS.git
Fix style
This commit is contained in:
parent
99650044a4
commit
2852404bdf
|
@ -385,7 +385,7 @@ class ModelManager(object):
|
||||||
try:
|
try:
|
||||||
self.check_if_configs_are_equal(model_name, model_item, output_path)
|
self.check_if_configs_are_equal(model_name, model_item, output_path)
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
print(f" > {model_name} is already downloaded.")
|
print(f" > {model_name} is already downloaded.")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue