Showcase of all types of inference widgets running

{#each models as model}
{model.id}
{/each}

Showcase of all types of disabled inference

{#each modelsDisabled as model}
{model.id}
{/each}

Showcase of all types of disabled inference with example outputs

{#each modelsDisabledWithExamples as model}
{model.id}
{/each}