Tender-data-automation / check_hf_status.py
Boka73's picture
Deploy Gradio app
6d57c45 verified
raw
history blame contribute delete
147 Bytes
from huggingface_hub import HfApi
repo_id = "Boka73/Tender-data-automation"
api = HfApi()
runtime = api.get_space_runtime(repo_id)
print(runtime)