Spaces:
Sleeping
Sleeping
CK-Explorer
commited on
Commit
·
462fce8
1
Parent(s):
77a295a
feat: increase the cache delete age to 4 hours
Browse files- ui/layout.py +1 -1
ui/layout.py
CHANGED
|
@@ -29,7 +29,7 @@ model_pool = create_model_pools(MODEL_NAME_LIST)
|
|
| 29 |
|
| 30 |
def create_main_gr_blocks_ui(
|
| 31 |
cache_delete_frequency: int = 3600,
|
| 32 |
-
cache_delete_age: int =
|
| 33 |
) -> gr.Blocks:
|
| 34 |
"""
|
| 35 |
Builds and returns the main Gradio Blocks UI for DuoSubs.
|
|
|
|
| 29 |
|
| 30 |
def create_main_gr_blocks_ui(
|
| 31 |
cache_delete_frequency: int = 3600,
|
| 32 |
+
cache_delete_age: int = 14400
|
| 33 |
) -> gr.Blocks:
|
| 34 |
"""
|
| 35 |
Builds and returns the main Gradio Blocks UI for DuoSubs.
|