aboutsummaryrefslogtreecommitdiff
path: root/modules/images_history.py
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2022-10-22 12:23:45 +0300
committerAUTOMATIC <16777216c@gmail.com>2022-10-22 12:23:58 +0300
commit2b91251637078e04472c91a06a8d9c4db9c1dcf0 (patch)
treed2c09617adb426eac493a0976057aefe415745b6 /modules/images_history.py
parent26d107374569836161326aae8cd3cc26c1edc372 (diff)
removed aesthetic gradients as built-in
added support for extensions
Diffstat (limited to 'modules/images_history.py')
-rw-r--r--modules/images_history.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/images_history.py b/modules/images_history.py
index 78fd0543..bc5cf11f 100644
--- a/modules/images_history.py
+++ b/modules/images_history.py
@@ -310,7 +310,7 @@ def show_images_history(gr, opts, tabname, run_pnginfo, switch_dict):
forward = gr.Button('Prev batch')
backward = gr.Button('Next batch')
with gr.Column(scale=3):
- load_info = gr.HTML(visible=not custom_dir)
+ load_info = gr.HTML(visible=not custom_dir)
with gr.Row(visible=False) as warning:
warning_box = gr.Textbox("Message", interactive=False)