launch-computation-example / pause_space.py
meg-huggingface
Changing names to AIEnergyScore
c5729e2
raw
history blame contribute delete
161 Bytes
from huggingface_hub import HfApi
import os
TOKEN = os.environ.get("DEBUG")
API = HfApi(token=TOKEN)
API.pause_space("AIEnergyScore/launch-computation-example")