eienmojiki commited on
Commit
a9d83f2
·
verified ·
1 Parent(s): 1705ce6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def create_app():
41
  updates = []
42
  for group_name, group in filter_groups.items():
43
  visibility = (group_name == filter_name)
44
- updates.append(gr.update(visible=visibility)) # Return list of updates directly
45
  return updates
46
 
47
  # Xử lý ảnh real-time
 
41
  updates = []
42
  for group_name, group in filter_groups.items():
43
  visibility = (group_name == filter_name)
44
+ updates.append(gr.Group.update(visible=visibility)) # Return list of gr.Group.update objects
45
  return updates
46
 
47
  # Xử lý ảnh real-time