fix parameter scope

pull/27/head
udon-universe 2023-05-07 18:42:31 +09:00
parent 38988b45bb
commit daaeb3ca1e
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@ class Script(scripts.Script):
return ()
def on_ui_tabs():
input_tab_state = gr.State(value=0)
with gr.Blocks(analytics_enabled=False) as PBRemTools:
input_tab_state = gr.State(value=0)
with gr.Row():
with gr.Column():
with gr.Tabs():