@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
6 lines • 319 B
TypeScript
import type { WidgetExample } from "./widget-example.js";
import type { WidgetType } from "./pipelines.js";
type PerLanguageMapping = Map<WidgetType, string[] | WidgetExample[]>;
export declare const MAPPING_DEFAULT_WIDGET: Map<string, PerLanguageMapping>;
export {};
//# sourceMappingURL=default-widget-inputs.d.ts.map