File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -363,12 +363,11 @@ export const gliner = (model: ModelData): string[] => [
363363model = GLiNER.from_pretrained("${ model . id } ")` ,
364364] ;
365365
366-
367366export const htrflow = ( model : ModelData ) : string [ ] => [
368367 `# CLI usage
369368# see docs: https://ai-riksarkivet.github.io/htrflow/latest/getting_started/quick_start.html
370369htrflow pipeline <path/to/pipeline.yaml> <path/to/image>` ,
371- `# Python usage
370+ `# Python usage
372371from htrflow.pipeline.pipeline import Pipeline
373372from htrflow.pipeline.steps import Task
374373from htrflow.models.framework.model import ModelClass
@@ -381,7 +380,6 @@ pipeline = Pipeline(
381380 ])` ,
382381] ;
383382
384-
385383export const keras = ( model : ModelData ) : string [ ] => [
386384 `# Available backend options are: "jax", "torch", "tensorflow".
387385import os
You can’t perform that action at this time.
0 commit comments