"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "07283ca0cf4a0e6b7559382ec1c90a153f233cd1"
Unverified Commit 5e2d0774 authored by xiaoting's avatar xiaoting Committed by GitHub
Browse files

Merge pull request #4963 from tink2123/fix_srn_ci

fix srn
parents c4232b8a 5e609c1e
......@@ -403,7 +403,7 @@ def eval(model,
start = time.time()
if model_type == 'table' or extra_input:
preds = model(images, data=batch[1:])
if model_type == "kie":
elif model_type == "kie":
preds = model(batch)
else:
preds = model(images)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment