{#if data.supportsOAuth}
{#if !data.session}
{:else}
logged in as {data.session.user?.username}
{/if}
{:else}
{/if}
Showcase of all types of inference widgets running
{#each models as model}
{/each}
Showcase of all types of disabled inference
{#each modelsDisabled as model}
{/each}
Showcase of all types of disabled inference with example outputs
{#each modelsDisabledWithExamples as model}
{/each}