Skip to content

Commit

Permalink
Merge pull request IAHispano#822 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 15, 2024
2 parents d0e5e91 + caa7cf1 commit 3ae7c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tabs/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def train_tab():
with gr.Accordion(i18n("Advanced Settings"), open=False):
cpu_cores_preprocess = gr.Slider(
1,
min(cpu_count(), 32), # max 32 parallel processes
min(cpu_count(), 32), # max 32 parallel processes
min(cpu_count(), 32),
step=1,
label=i18n("CPU Cores"),
Expand Down Expand Up @@ -509,7 +509,7 @@ def train_tab():
with gr.Column():
cpu_cores_extract = gr.Slider(
1,
min(cpu_count(), 32), # max 32 parallel processes
min(cpu_count(), 32), # max 32 parallel processes
min(cpu_count(), 32),
step=1,
label=i18n("CPU Cores"),
Expand Down

0 comments on commit 3ae7c27

Please sign in to comment.