Tassawar commited on
Commit
59ca96e
·
verified ·
1 Parent(s): 826227b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -172,4 +172,5 @@ with gr.Blocks(css=css) as app:
172
  mode.change(
173
  update_interactivity_and_visibility_for_mode,
174
  inputs=[mode],
175
- outputs=[corner_threshold,length_threshold,splice
 
 
172
  mode.change(
173
  update_interactivity_and_visibility_for_mode,
174
  inputs=[mode],
175
+ outputs=[corner_threshold, length_threshold, splice_threshold] # Corrected line
176
+ )