Spaces:
Running
on
Zero
Running
on
Zero
kwabs22
commited on
Commit
•
3976009
1
Parent(s):
7e572c1
file explorer
Browse files
ui_gr_media_management.py
CHANGED
@@ -122,7 +122,7 @@ def ui_gr_media_management_acc():
|
|
122 |
outputs=file_explorer
|
123 |
)
|
124 |
|
125 |
-
|
126 |
delete_file,
|
127 |
inputs=file_explorer,
|
128 |
outputs=[file_explorer, error_output]
|
|
|
122 |
outputs=file_explorer
|
123 |
)
|
124 |
|
125 |
+
delete_button.click(
|
126 |
delete_file,
|
127 |
inputs=file_explorer,
|
128 |
outputs=[file_explorer, error_output]
|