Spaces:
Sleeping
Sleeping
update cache delete mechanism
Browse files
app.py
CHANGED
|
@@ -383,7 +383,7 @@ iface = gr.Interface(
|
|
| 383 |
|
| 384 |
Processing may take 30-60 seconds. You can find the download button in the top-right corner of the generated GIF.
|
| 385 |
""",
|
| 386 |
-
|
| 387 |
)
|
| 388 |
|
| 389 |
if __name__ == "__main__":
|
|
|
|
| 383 |
|
| 384 |
Processing may take 30-60 seconds. You can find the download button in the top-right corner of the generated GIF.
|
| 385 |
""",
|
| 386 |
+
delete_cache=(86400,86400)
|
| 387 |
)
|
| 388 |
|
| 389 |
if __name__ == "__main__":
|