chore(format): run black on main (#487)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2024-06-28 00:43:55 +09:00
committed by GitHub
parent c6882ee512
commit e54eb1625a
+6 -1
View File
@@ -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():