"Warnning":"This usage is out of date, please use 'application/json' as content-type to post to /predict/lac. See 'https://github.com/PaddlePaddle/PaddleHub/blob/release/v1.5/docs/tutorial/serving.md' for more details."
tips="Can't find module %s with version %s, all versions are listed below." \
%(module_name,module_version)
tips+=paint_modules_info(module_versions_info)
else:
tips="Can't find module %s"%module_name
ifmodule_version:
tips+=" with version %s"%module_version
tips="The version of PaddlePaddle(%s) or PaddleHub(%s) can not match module, please upgrade your PaddlePaddle or PaddleHub according to the form below." \