fix(utils.manage): remove hard-coded model_type variable

This commit is contained in:
Enno Hermann 2023-10-18 11:47:22 +02:00
parent 6fef4f9067
commit b87fb64deb
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ class ModelManager(object):
def _list_for_model_type(self, model_type):
models_name_list = []
model_count = 1
model_type = "tts_models"
models_name_list.extend(self._list_models(model_type, model_count))
return models_name_list