Spaces:
Running
Running
adds interface linkage so updates work correctly
Browse files- interface.py +2 -2
interface.py
CHANGED
|
@@ -887,8 +887,8 @@ def on_family_change(family: str):
|
|
| 887 |
training_md,
|
| 888 |
gr.update(choices=[], value=None),
|
| 889 |
gr.update(visible=True), # show step 2 (trainer)
|
| 890 |
-
gr.update(visible=
|
| 891 |
-
gr.update(visible=
|
| 892 |
gr.update(visible=False), # GPT-OSS advanced group hidden until enabled
|
| 893 |
gr.update(visible=False), # SmolLM3 advanced group hidden until enabled
|
| 894 |
)
|
|
|
|
| 887 |
training_md,
|
| 888 |
gr.update(choices=[], value=None),
|
| 889 |
gr.update(visible=True), # show step 2 (trainer)
|
| 890 |
+
gr.update(visible=True), # show step 3 immediately (default monitoring 'dataset')
|
| 891 |
+
gr.update(visible=True), # show step 4 immediately so users see configs
|
| 892 |
gr.update(visible=False), # GPT-OSS advanced group hidden until enabled
|
| 893 |
gr.update(visible=False), # SmolLM3 advanced group hidden until enabled
|
| 894 |
)
|