Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/list-of-demos
abidlabs
/
list-of-demos-test
like
0
Runtime error
App
Files
Files
Community
6e67bdd
list-of-demos-test
/
settings.py
hysts
HF staff
Update
6e67bdd
over 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
import
os
HF_TOKEN = os.getenv(
'HUGGING_FACE_HUB_TOKEN'
)
SPACE_ID = os.getenv(
'SPACE_ID'
)
INTERVAL_MINUTES =
int
(os.getenv(
'INTERVAL_MINUTES'
,
'30'
))