Spaces:
Runtime error
Runtime error
File size: 151 Bytes
6e67bdd |
1 2 3 4 5 6 |
import os
HF_TOKEN = os.getenv('HUGGING_FACE_HUB_TOKEN')
SPACE_ID = os.getenv('SPACE_ID')
INTERVAL_MINUTES = int(os.getenv('INTERVAL_MINUTES', '30'))
|