Skip to content

Commit

Permalink
Merge pull request #851 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Oct 29, 2024
2 parents e972859 + 54477a6 commit 9ba00f0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tabs/inference/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -1984,13 +1984,7 @@ def delay_visible(checkbox):
refresh_button.click(
fn=change_choices,
inputs=[model_file],
outputs=[
model_file,
index_file,
audio,
sid,
sid_batch
],
outputs=[model_file, index_file, audio, sid, sid_batch],
)
audio.change(
fn=output_path_fn,
Expand Down

0 comments on commit 9ba00f0

Please sign in to comment.