Skip to content

Commit 2291cda

Browse files
Borg93Wauplin
andauthored
Update packages/tasks/src/model-libraries-snippets.ts
Co-authored-by: Lucain <[email protected]>
1 parent c36147e commit 2291cda

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,11 +365,10 @@ model = GLiNER.from_pretrained("${model.id}")`,
365365

366366

367367
export const htrflow = (model: ModelData): string[] => [
368-
`# HTRflow can be used through CLI or Python
369-
370-
# CLI: htrflow pipeline <path/to/pipeline.yaml> <path/to/image>
368+
`# CLI usage
371369
# see docs: https://ai-riksarkivet.github.io/htrflow/latest/getting_started/quick_start.html
372-
370+
htrflow pipeline <path/to/pipeline.yaml> <path/to/image>`
371+
, `# Python usage
373372
from htrflow.pipeline.pipeline import Pipeline
374373
from htrflow.pipeline.steps import Task
375374
from htrflow.models.framework.model import ModelClass

0 commit comments

Comments
 (0)