feat: update ui style
parent
d31eb3c482
commit
aeb662c1cd
|
|
@ -1240,7 +1240,7 @@ def create_tab(tab: ImageBrowserTab, current_gr_tab: gr.Tab):
|
||||||
else:
|
else:
|
||||||
sendto_controlnet_type = gr.Textbox(value="multiple", visible=False)
|
sendto_controlnet_type = gr.Textbox(value="multiple", visible=False)
|
||||||
with gr.Row(elem_id=f"{tab.base_tag}_image_browser_to_dir_panel", visible=False) as to_dir_panel:
|
with gr.Row(elem_id=f"{tab.base_tag}_image_browser_to_dir_panel", visible=False) as to_dir_panel:
|
||||||
with gr.Box():
|
with gr.Blocks():
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
to_dir_path = gr.Textbox(label="Directory path")
|
to_dir_path = gr.Textbox(label="Directory path")
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue