Update crs_arena/utils.py
Browse files- 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=
|
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.
|