mirror of https://github.com/coqui-ai/TTS.git
fix(utils.manage): remove hard-coded model_type variable
This commit is contained in:
parent
6fef4f9067
commit
b87fb64deb
|
@ -109,7 +109,6 @@ class ModelManager(object):
|
||||||
def _list_for_model_type(self, model_type):
|
def _list_for_model_type(self, model_type):
|
||||||
models_name_list = []
|
models_name_list = []
|
||||||
model_count = 1
|
model_count = 1
|
||||||
model_type = "tts_models"
|
|
||||||
models_name_list.extend(self._list_models(model_type, model_count))
|
models_name_list.extend(self._list_models(model_type, model_count))
|
||||||
return models_name_list
|
return models_name_list
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue