v3
Browse files- gradio-web/ui_layout.py +3 -3
gradio-web/ui_layout.py
CHANGED
|
@@ -1548,9 +1548,9 @@ def create_ui_blocks():
|
|
| 1548 |
show_progress="hidden",
|
| 1549 |
**action_queue_kwargs,
|
| 1550 |
).then(
|
| 1551 |
-
fn=
|
| 1552 |
-
inputs=[
|
| 1553 |
-
outputs=
|
| 1554 |
queue=False,
|
| 1555 |
show_progress="hidden",
|
| 1556 |
)
|
|
|
|
| 1548 |
show_progress="hidden",
|
| 1549 |
**action_queue_kwargs,
|
| 1550 |
).then(
|
| 1551 |
+
fn=_phase_visibility_updates,
|
| 1552 |
+
inputs=[ui_phase_state],
|
| 1553 |
+
outputs=phase_visibility_outputs,
|
| 1554 |
queue=False,
|
| 1555 |
show_progress="hidden",
|
| 1556 |
)
|