remove cmd_opts
parent
877e9015b2
commit
6b8e158dc1
|
|
@ -366,7 +366,7 @@ def on_ui_tabs():
|
|||
gr.Checkbox(opts.images_history_preload, elem_id="images_history_preload", visible=False)
|
||||
gr.Textbox(",".join(tabs_list), elem_id="images_history_tabnames_list", visible=False)
|
||||
|
||||
return (images_history , "Image Browser", "images_history")
|
||||
return (images_history , "Image Browser", "images_history"),
|
||||
|
||||
def on_ui_settings():
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue