File size: 294 Bytes
25f22bf |
1 2 3 4 5 6 7 8 9 |
# Hugging Face Spaces environment variables
# This file is for reference only. Set actual values in Hugging Face Spaces secrets.
# Celery configuration for Redis
CELERY_BROKER_URL=redis://localhost:6379/0
CELERY_RESULT_BACKEND=redis://localhost:6379/0
# Port for Hugging Face Spaces
PORT=7860 |