Skip to content

Commit 7f67159

Browse files
author
Mishig Davaadorj
authored
Widget Input Examples Chore (#455)
1 parent 1dc52ed commit 7f67159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets/src/lib/InferenceWidget/shared/WidgetWrapper/WidgetWrapper.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
{#if model.pipeline_tag === "fill-mask"}
6262
Mask token: <code>{model.mask_token}</code>
6363
{/if}
64-
{#if inputSamples.length > 1}
64+
{#if inputSamples.length}
6565
<!-- Show samples selector when there are more than one sample -->
6666
<WidgetInputSamples
6767
{inputSamples}

0 commit comments

Comments
 (0)