Spaces:
Sleeping
Sleeping
Commit
·
1d971a6
1
Parent(s):
89476e7
Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
|
@@ -253,7 +253,7 @@ if __name__ == '__main__':
|
|
| 253 |
with gr.Row():
|
| 254 |
clear_output = gr.Text()
|
| 255 |
clear_cache_button = gr.Button(value='Clear Gradio Cache')
|
| 256 |
-
clear_cache_button.click(remove_files_and_folders
|
| 257 |
|
| 258 |
|
| 259 |
|
|
|
|
| 253 |
with gr.Row():
|
| 254 |
clear_output = gr.Text()
|
| 255 |
clear_cache_button = gr.Button(value='Clear Gradio Cache')
|
| 256 |
+
clear_cache_button.click(remove_files_and_folders)
|
| 257 |
|
| 258 |
|
| 259 |
|