aboutsummaryrefslogtreecommitdiff
path: root/modules/images_history.py
diff options
context:
space:
mode:
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 77f692fe..2bc4b7ee 100644
--- a/modules/images_history.py
+++ b/modules/images_history.py
@@ -136,7 +136,7 @@ def show_images_history(gr, opts, tabname, run_pnginfo, switch_dict):
def create_history_tabs(gr, opts, run_pnginfo, switch_dict):
with gr.Blocks(analytics_enabled=False) as images_history:
- with gr.Tabs() as tabs:
+ with gr.Tabs() as tabs:
with gr.Tab("txt2img history"):
with gr.Blocks(analytics_enabled=False) as images_history_txt2img:
show_images_history(gr, opts, "txt2img", run_pnginfo, switch_dict)