From 4bc188173ef1311e56ee39e438cb78d926738ef7 Mon Sep 17 00:00:00 2001 From: Yingda Chen Date: Thu, 22 Sep 2022 09:29:41 +0800 Subject: [PATCH] [to #42322933] fix typo --- modelscope/utils/demo_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modelscope/utils/demo_utils.py b/modelscope/utils/demo_utils.py index 624c7c5a..363ae950 100644 --- a/modelscope/utils/demo_utils.py +++ b/modelscope/utils/demo_utils.py @@ -223,7 +223,7 @@ class DemoCompatibilityCheck(object): req = INPUT_EXAMPLES[TASKS_INPUT_TEMPLATES[self.task]] inputs = preprocess(req) params = req.get('parameters', {}) - # maas inference + # modelscope inference if params != {}: output = test_pipline(inputs, **params) else: