from huggingface_hub import HfApi repo_id = "Boka73/Tender-data-automation" api = HfApi() runtime = api.get_space_runtime(repo_id) print(runtime)