From e54eb1625a6effa9bd8f1ce96f7051b2cb2bc28f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:43:55 +0900 Subject: [PATCH] chore(format): run black on main (#487) Co-authored-by: github-actions[bot] --- examples/web/webui.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/web/webui.py b/examples/web/webui.py index 0a46758..3f6d484 100644 --- a/examples/web/webui.py +++ b/examples/web/webui.py @@ -50,7 +50,12 @@ def main(): interactive=True, ) top_k_slider = gr.Slider( - minimum=1, maximum=20, step=1, value=ex[0][3], label="top_K", interactive=True + minimum=1, + maximum=20, + step=1, + value=ex[0][3], + label="top_K", + interactive=True, ) with gr.Row():