huzey commited on
Commit
73c34bf
·
1 Parent(s): a16a404

fix hidden

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4247,7 +4247,7 @@ with demo:
4247
  outputs=[mask_gallery, crop_gallery])
4248
 
4249
 
4250
- with gr.Tab('Sub-cluster (dev)') as sub_cluster_tab:
4251
  with gr.Row():
4252
  with gr.Column(scale=5, min_width=200):
4253
  input_gallery, submit_button, clear_images_button, dataset_dropdown, num_images_slider, random_seed_slider, load_images_button = make_input_images_section()
 
4247
  outputs=[mask_gallery, crop_gallery])
4248
 
4249
 
4250
+ with gr.Tab('Sub-cluster (dev)', visible=False) as sub_cluster_tab:
4251
  with gr.Row():
4252
  with gr.Column(scale=5, min_width=200):
4253
  input_gallery, submit_button, clear_images_button, dataset_dropdown, num_images_slider, random_seed_slider, load_images_button = make_input_images_section()