runtime error
Exit code: 1. Reason: implejson/decoder.py", line 416, in raw_decode return self.scan_once(s, idx=_w(s, idx).end()) simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 35, in is_official_hub_impl _ = HubApi().get_model(path, revision=revision) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/hub/api.py", line 240, in get_model if is_ok(r.json()): File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/requests/models.py", line 975, in json raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/user/app/app.py", line 50, in <module> inference = pipeline('my-anytext-task', model='damo/cv_anytext_text_generation_editing', model_revision='v1.1.2', use_fp16=not args.use_fp32, use_translator=not args.no_translator, font_path=args.font_path) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 115, in pipeline model = normalize_model_input( File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/pipelines/builder.py", line 29, in normalize_model_input if isinstance(model, str) and is_official_hub_path(model, model_revision): File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 41, in is_official_hub_path return is_official_hub_impl(path) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/modelscope/pipelines/util.py", line 38, in is_official_hub_impl raise ValueError(f'invalid model repo path {e}') ValueError: invalid model repo path Expecting value: line 1 column 1 (char 0)
Container logs:
Fetching error logs...