Spaces:
Running
Running
Update app.py
Browse files
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,
|
|
|
|
172 |
mode.change(
|
173 |
update_interactivity_and_visibility_for_mode,
|
174 |
inputs=[mode],
|
175 |
+
outputs=[corner_threshold, length_threshold, splice_threshold] # Corrected line
|
176 |
+
)
|