teaching_arithmetic / pause_space.py
meg's picture
meg HF staff
Pausing space when done.
d45aa25 verified
raw
history blame
137 Bytes
import HfApi
import os
TOKEN = os.environ.get("DATACOMP_TOKEN")
API = HfApi(token=TOKEN)
API.pause_space("datacomp/teaching_arithmetic")