Spaces:
Runtime error
Runtime error
| from huggingface_hub import HfApi | |
| import os | |
| TOKEN = os.environ.get("DEBUG") | |
| API = HfApi(token=TOKEN) | |
| API.pause_space("AIEnergyScore/launch-computation-example") |