mirror of https://github.com/coqui-ai/TTS.git
woops
This commit is contained in:
parent
ea56ec041f
commit
d6e223f484
|
@ -394,7 +394,6 @@ class ModelManager(object):
|
||||||
# ToDo: we need a better way to handle it
|
# ToDo: we need a better way to handle it
|
||||||
if "xtts" in model_name:
|
if "xtts" in model_name:
|
||||||
try:
|
try:
|
||||||
#raise Exception(" > XTTS models are not supported yet.")
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue