Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| export { LIBRARY_TASK_MAPPING } from "./library-to-tasks"; | |
| export { MAPPING_DEFAULT_WIDGET } from "./default-widget-inputs"; | |
| export type { TaskData, TaskDemo, TaskDemoEntry, ExampleRepo } from "./tasks"; | |
| export * from "./tasks"; | |
| export { | |
| PIPELINE_DATA, | |
| PIPELINE_TYPES, | |
| type WidgetType, | |
| type PipelineType, | |
| type PipelineData, | |
| type Modality, | |
| MODALITIES, | |
| MODALITY_LABELS, | |
| SUBTASK_TYPES, | |
| PIPELINE_TYPES_SET, | |
| } from "./pipelines"; | |
| export { ALL_DISPLAY_MODEL_LIBRARY_KEYS, ALL_MODEL_LIBRARY_KEYS, MODEL_LIBRARIES_UI_ELEMENTS } from "./model-libraries"; | |
| export type { LibraryUiElement, ModelLibraryKey } from "./model-libraries"; | |
| export type { ModelData, TransformersInfo } from "./model-data"; | |
| export type { AddedToken, SpecialTokensMap, TokenizerConfig } from "./tokenizer-data"; | |
| export type { | |
| ChatMessage, | |
| WidgetExample, | |
| WidgetExampleAttribute, | |
| WidgetExampleAssetAndPromptInput, | |
| WidgetExampleAssetAndTextInput, | |
| WidgetExampleAssetAndZeroShotInput, | |
| WidgetExampleAssetInput, | |
| WidgetExampleChatInput, | |
| WidgetExampleSentenceSimilarityInput, | |
| WidgetExampleStructuredDataInput, | |
| WidgetExampleTableDataInput, | |
| WidgetExampleTextAndContextInput, | |
| WidgetExampleTextAndTableInput, | |
| WidgetExampleTextInput, | |
| WidgetExampleZeroShotTextInput, | |
| WidgetExampleOutput, | |
| WidgetExampleOutputUrl, | |
| WidgetExampleOutputLabels, | |
| WidgetExampleOutputAnswerScore, | |
| WidgetExampleOutputText, | |
| } from "./widget-example"; | |
| export { InferenceDisplayability } from "./model-data"; | |
| export { SPECIAL_TOKENS_ATTRIBUTES } from "./tokenizer-data"; | |
| import * as snippets from "./snippets"; | |
| export { snippets }; | |