From 397750bf2a9ca9b9e739a0d9200735b5bcaf8787 Mon Sep 17 00:00:00 2001 From: "Sokun Chorn (The Blockchain Guy)" Date: Thu, 18 Jul 2024 10:43:32 +1000 Subject: [PATCH] revert change --- webui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui.py b/webui.py index 22a648760..fda63a2b2 100644 --- a/webui.py +++ b/webui.py @@ -181,7 +181,7 @@ def skip_clicked(currentTask): input_image_checkbox = gr.Checkbox(label='Input Image', value=False, container=False, elem_classes='min_check') enhance_checkbox = gr.Checkbox(label='Enhance', value=modules.config.default_enhance_checkbox, container=False, elem_classes='min_check') advanced_checkbox = gr.Checkbox(label='Advanced', value=modules.config.default_advanced_checkbox, container=False, elem_classes='min_check') - with gr.Row(visible=True) as image_input_panel: + with gr.Row(visible=False) as image_input_panel: with gr.Tabs(): with gr.TabItem(label='Upscale or Variation') as uov_tab: with gr.Row():