File size: 161 Bytes
808c25e
 
 
 
 
c5729e2
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("AIEnergyScore/launch-computation-example")