Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -299,7 +299,7 @@ with gr.Blocks() as demo:
|
|
299 |
|
300 |
# Add cleanup function to be triggered periodically (e.g., every time a button is clicked or after certain actions)
|
301 |
#demo.load(lambda: cleanup_old_files(directory="./", age_limit=60), inputs=[], outputs=[])
|
302 |
-
demo.load(lambda:
|
303 |
|
304 |
|
305 |
demo.launch()
|
|
|
299 |
|
300 |
# Add cleanup function to be triggered periodically (e.g., every time a button is clicked or after certain actions)
|
301 |
#demo.load(lambda: cleanup_old_files(directory="./", age_limit=60), inputs=[], outputs=[])
|
302 |
+
demo.load(lambda: [], inputs=[], outputs=[])
|
303 |
|
304 |
|
305 |
demo.launch()
|