eienmojiki commited on
Commit
01d75e3
·
verified ·
1 Parent(s): d6c463b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def create_app():
35
  updates = []
36
  for filter_ctrl_name, ctrl_group in controls.items(): # controls now stores groups
37
  visibility = True # Always make visible
38
- updates.append(gr.update(visible=visibility)) # Update visibility of the group
39
  return updates
40
 
41
  # Xử lý ảnh real-time
 
35
  updates = []
36
  for filter_ctrl_name, ctrl_group in controls.items(): # controls now stores groups
37
  visibility = True # Always make visible
38
+ updates.append(ctrl_group.update(visible=visibility)) # Update visibility of the group
39
  return updates
40
 
41
  # Xử lý ảnh real-time