Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VTechAI
/
Chat
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Chat
/
celeryconfig.py
VTechAI
init
8a41f4d
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
186 Bytes
import
os
broker_url = os.getenv(
"CELERY_BROKER_URL"
)
result_backend = os.getenv(
"CELERY_RESULT_BACKEND"
)
task_serializer =
'json'
result_serializer =
'json'
accept_content = [
'json'
]