list-of-demos / settings.py
hysts's picture
hysts HF staff
Update
6e67bdd
raw history blame
No virus
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'))