Skip to content

Commit

Permalink
make model arch non visible on training
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Nov 1, 2024
1 parent 95212fd commit ada14a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabs/train/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ def train_tab():
choices=["v1", "v2"],
value="v2",
interactive=True,
visible=False,
)
with gr.Accordion(i18n("Preprocess")):
dataset_path = gr.Dropdown(
Expand Down

0 comments on commit ada14a8

Please sign in to comment.