Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|