model_cache.py: fix list_models

Signed-off-by: devops117 <55235206+devops117@users.noreply.github.com>
This commit is contained in:
devops117 2022-11-28 19:20:38 +05:30
parent 495104e941
commit 7c658c6d76
No known key found for this signature in database
GPG Key ID: FC9814089CFE2D88

View File

@ -147,7 +147,7 @@ class ModelCache(object):
else:
status = 'not loaded'
models = models.update(
models.update(
name = {
'status': status,
'description': description,