# 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 |