Skip to content

Commit e939b8e

Browse files
authored
🐛 fix Use this model snippets for PaddleOCR models (#1719)
vlm models don't support save_to_img
1 parent 66b9301 commit e939b8e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,6 @@ output = model.predict(
10561056
)
10571057
for res in output:
10581058
res.print()
1059-
res.save_to_img(save_path="./output/")
10601059
res.save_to_json(save_path="./output/res.json")`,
10611060
];
10621061
}

0 commit comments

Comments
 (0)