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