We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1713bf + ed383eb commit f939bceCopy full SHA for f939bce
scripts/postprocessing_upscale.py
@@ -15,7 +15,7 @@ class ScriptPostprocessingUpscale(scripts_postprocessing.ScriptPostprocessing):
15
order = 1000
16
17
def ui(self):
18
- selected_tab = gr.State(value=0)
+ selected_tab = gr.Number(value=0, visible=False)
19
20
with gr.Column():
21
with FormRow():
0 commit comments