move unload button

pull/64/head
toshiaki1729 2023-03-23 09:07:27 +09:00
parent 518406286d
commit 1644f630ab
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class LoadDatasetUI(UIBase):
self.caption_file_ext = cfg_general.caption_ext
with gr.Column(scale=1, min_width=80):
self.btn_load_datasets = gr.Button(value='Load')
with gr.Column(scale=1, min_width=80):
self.btn_unload_datasets = gr.Button(value='Unload')
with gr.Accordion(label='Dataset Load Settings'):
with gr.Row():