Skip to content

Commit

Permalink
Update full_inference.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiromiyaG committed Sep 6, 2024
1 parent 8603c0a commit 079a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabs/full_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ def full_inference_tab():
step=1,
label=i18n("Batch Size"),
info=i18n("Set the batch size for the separation."),
value=2,
value=1,
interactive=True,
)
vocal_model = gr.Dropdown(
Expand Down

0 comments on commit 079a24c

Please sign in to comment.