Spaces:
Runtime error
Runtime error
File size: 160 Bytes
808c25e |
1 2 3 4 5 6 |
from huggingface_hub import HfApi
import os
TOKEN = os.environ.get("DEBUG")
API = HfApi(token=TOKEN)
API.pause_space("EnergyStarAI/launch-computation-example") |