Skip to content

Commit e54eb16

Browse files
chore(format): run black on main (#487)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c6882ee commit e54eb16

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/web/webui.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ def main():
5050
interactive=True,
5151
)
5252
top_k_slider = gr.Slider(
53-
minimum=1, maximum=20, step=1, value=ex[0][3], label="top_K", interactive=True
53+
minimum=1,
54+
maximum=20,
55+
step=1,
56+
value=ex[0][3],
57+
label="top_K",
58+
interactive=True,
5459
)
5560

5661
with gr.Row():

0 commit comments

Comments
 (0)