Merge pull request #14702 from light-and-ray/keep_postprocessing_upscale_selected_tab_after_restart
[Bug] Keep postprocessing upscale selected tab after restart
This commit is contained in:
commit
f939bce845
|
@ -15,7 +15,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):
|
||||||
order = 1000
|
order = 1000
|
||||||
|
|
||||||
def ui(self):
|
def ui(self):
|
||||||
selected_tab = gr.State(value=0)
|
selected_tab = gr.Number(value=0, visible=False)
|
||||||
|
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
with FormRow():
|
with FormRow():
|
||||||
|
|
Loading…
Reference in New Issue