Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIEnergyScore
/
launch-computation-example
like
0
Paused
App
Files
Files
Community
0b07529
launch-computation-example
/
pause_space.py
meg
HF staff
Create pause_space.py
808c25e
verified
about 2 months ago
raw
Copy download link
history
blame
161 Bytes
from
huggingface_hub
import
HfApi
import
os
TOKEN = os.environ.get(
"DEBUG"
)
API = HfApi(token=TOKEN)
API.pause_space(
"EnergyStarAI/launch-computation-example"
)