list-of-demos / settings.py
hysts's picture
hysts HF staff
Migrate from yapf to black
85576c8
raw
history blame
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"))