File size: 350 Bytes
e9b4c84 62a9e8d e9b4c84 62a9e8d e9b4c84 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#-------------------------Restart the Hugging Face Space-------------------------------#
# from huggingface_hub import login
# login()
print("Daily restart initiated...")
from huggingface_hub import HfApi
repo_id = "regulatorystudies/cra-window-rules"
api = HfApi()
#%% Restart
api.restart_space(repo_id=repo_id)
print("Daily restart completed.") |