Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
hysts/list-of-demos
abidlabs
/
list-of-demos
like
0
Runtime error
App
Files
Files
Community
94262b5
list-of-demos
/
settings.py
hysts
HF staff
Migrate from yapf to black
85576c8
about 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"
))