machineuser
Sync widgets demo
6c7ce80
raw
history blame
563 Bytes
export type { TaskData, TaskDemo, TaskDemoEntry, ExampleRepo } from "./Types";
export { TASKS_DATA } from "./tasksData";
export {
PIPELINE_DATA,
PIPELINE_TYPES,
type PipelineType,
type PipelineData,
type Modality,
MODALITIES,
MODALITY_LABELS,
SUBTASK_TYPES,
PIPELINE_TYPES_SET,
} from "./pipelines";
export { ModelLibrary, ALL_DISPLAY_MODEL_LIBRARY_KEYS } from "./modelLibraries";
export type { ModelLibraryKey } from "./modelLibraries";
export { TAG_NFAA_CONTENT, OTHER_TAGS_SUGGESTIONS, TAG_TEXT_GENERATION_INFERENCE, TAG_CUSTOM_CODE } from "./tags";