Skip to content

Commit 23b758f

Browse files
committed
lint
1 parent 2ecf614 commit 23b758f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,12 +363,11 @@ export const gliner = (model: ModelData): string[] => [
363363
model = GLiNER.from_pretrained("${model.id}")`,
364364
];
365365

366-
367366
export const htrflow = (model: ModelData): string[] => [
368367
`# CLI usage
369368
# see docs: https://ai-riksarkivet.github.io/htrflow/latest/getting_started/quick_start.html
370369
htrflow pipeline <path/to/pipeline.yaml> <path/to/image>`,
371-
`# Python usage
370+
`# Python usage
372371
from htrflow.pipeline.pipeline import Pipeline
373372
from htrflow.pipeline.steps import Task
374373
from htrflow.models.framework.model import ModelClass
@@ -381,7 +380,6 @@ pipeline = Pipeline(
381380
])`,
382381
];
383382

384-
385383
export const keras = (model: ModelData): string[] => [
386384
`# Available backend options are: "jax", "torch", "tensorflow".
387385
import os

0 commit comments

Comments
 (0)