launch-computation-example / pause_space.py
meg's picture
meg HF staff
Removing upload-to-dataset from `pause_space.py`, since we now have another script for that.
2791eb8 verified
raw
history blame
160 Bytes
from huggingface_hub import HfApi
import os
TOKEN = os.environ.get("DEBUG")
API = HfApi(token=TOKEN)
API.pause_space("EnergyStarAI/launch-computation-example")