Update infer-web.py
Browse files- infer-web.py +2 -1
infer-web.py
CHANGED
@@ -2451,7 +2451,8 @@ def GradioSetup():
|
|
2451 |
outputs=[advanced_settings_batch],
|
2452 |
)
|
2453 |
|
2454 |
-
with gr.TabItem(i18n("Train")):
|
|
|
2455 |
with gr.Accordion(label=i18n("Step 1: Processing data")):
|
2456 |
with gr.Row():
|
2457 |
with gr.Column():
|
|
|
2451 |
outputs=[advanced_settings_batch],
|
2452 |
)
|
2453 |
|
2454 |
+
with gr.TabItem(i18n("Train"), visible=False):
|
2455 |
+
|
2456 |
with gr.Accordion(label=i18n("Step 1: Processing data")):
|
2457 |
with gr.Row():
|
2458 |
with gr.Column():
|