HongzeFu commited on
Commit
99c0589
·
1 Parent(s): a74e633
Files changed (1) hide show
  1. 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=touch_session,
1552
- inputs=[uid_state],
1553
- outputs=[uid_state],
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
  )