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="
|
31 |
ttl=timedelta(days=3),
|
32 |
)
|
33 |
def get_crs_model(model_name: str, model_config_file: str) -> CRSModel:
|
|
|
27 |
|
28 |
|
29 |
@st.cache_resource(
|
30 |
+
show_spinner="The fighters are warming up... :robot: :punch: :gun: :boom:",
|
31 |
ttl=timedelta(days=3),
|
32 |
)
|
33 |
def get_crs_model(model_name: str, model_config_file: str) -> CRSModel:
|