mirror of
https://github.com/2noise/ChatTTS.git
synced 2026-08-29 02:10:59 +08:00
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:
committed by
GitHub
parent
c6882ee512
commit
e54eb1625a
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user