Browse Source

[to #42322933] fix typo

master
Yingda Chen 3 years ago
parent
commit
4bc188173e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modelscope/utils/demo_utils.py

+ 1
- 1
modelscope/utils/demo_utils.py View File

@@ -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:


Loading…
Cancel
Save