Nol00 commited on
Commit
67b9781
·
verified ·
1 Parent(s): 31b6d03

Update crs_arena/utils.py

Browse files
Files changed (1) hide show
  1. crs_arena/utils.py +1 -1
crs_arena/utils.py CHANGED
@@ -27,7 +27,7 @@ HF_API = HfApi(token=st.secrets["hf_token"])
27
 
28
 
29
  @st.cache_resource(
30
- show_spinner="Loading CRS...", ttl=timedelta(days=1)
31
  )
32
  def get_crs_model(model_name: str, model_config_file: str) -> CRSModel:
33
  """Returns a CRS model.
 
27
 
28
 
29
  @st.cache_resource(
30
+ show_spinner="Loading CRS...", ttl=timedelta(days=3)
31
  )
32
  def get_crs_model(model_name: str, model_config_file: str) -> CRSModel:
33
  """Returns a CRS model.