diff options
author | yfszzx <yfszzx@gmail.com> | 2022-10-12 13:24:40 +0000 |
---|---|---|
committer | yfszzx <yfszzx@gmail.com> | 2022-10-12 13:24:40 +0000 |
commit | c87c3b9c1169f8a9b632d6d8c8675d98956c387c (patch) | |
tree | eeeb4ff5e05af265686ce3a7916a0df2f30113e4 /modules/images_history.py | |
parent | 511ca57e37483aac0cf260c89838ad2948509101 (diff) | |
parent | 429442f4a6aab7301efb89d27bef524fe827e81a (diff) | |
download | stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.tar.gz stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.tar.bz2 stable-diffusion-webui-gfx803-c87c3b9c1169f8a9b632d6d8c8675d98956c387c.zip |
test
Diffstat (limited to 'modules/images_history.py')
-rw-r--r-- | modules/images_history.py | 2 |
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) |