Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
datacomp
/
teaching_arithmetic
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
62e2268
teaching_arithmetic
/
pause_space.py
meg
HF staff
Pausing space when done.
d45aa25
verified
3 months ago
raw
Copy download link
history
blame
Safe
137 Bytes
import
HfApi
import
os
TOKEN = os.environ.get(
"DATACOMP_TOKEN"
)
API = HfApi(token=TOKEN)
API.pause_space(
"datacomp/teaching_arithmetic"
)