Skip to content

Commit

Permalink
Merge pull request #923 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 Dec 23, 2024
2 parents 1c1aeed + 220be39 commit e1fdc1d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions tabs/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,8 @@ def toggle_architecture(architecture):
return {
"choices": ["32000", "40000", "48000"],
"__type__": "update",
"value": "40000"
}, {
"interactive": False,
"__type__": "update",
"value": "HiFi-GAN"
}
"value": "40000",
}, {"interactive": False, "__type__": "update", "value": "HiFi-GAN"}

def update_slider_visibility(noise_reduction):
return gr.update(visible=noise_reduction)
Expand Down

0 comments on commit e1fdc1d

Please sign in to comment.