Skip to content

Commit 97e4cbe

Browse files
fix formula pipe (#3644)
1 parent 9447a5e commit 97e4cbe

File tree

1 file changed

+0
-1
lines changed
  • paddlex/inference/pipelines/formula_recognition

1 file changed

+0
-1
lines changed

paddlex/inference/pipelines/formula_recognition/pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ def __init__(
7575
"LayoutDetection",
7676
{"model_config_error": "config error for layout_det_model!"},
7777
)
78-
self.layout_det_model = self.create_model(layout_det_config)
7978
layout_kwargs = {}
8079
if (threshold := layout_det_config.get("threshold", None)) is not None:
8180
layout_kwargs["threshold"] = threshold

0 commit comments

Comments
 (0)