Abs6187's picture
Upload 13 files
44abec2 verified
raw
history blame contribute delete
354 Bytes
# Server Configuration
GRADIO_SERVER_NAME=0.0.0.0
GRADIO_SERVER_PORT=7860
GRADIO_SHARE=true
# Model Configuration
ANPR_CONFIDENCE=0.45
HELMET_CONFIDENCE=0.5
# Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=app.log
# Performance Configuration
MAX_THREADS=40
QUEUE_ENABLED=true
# Security Configuration
API_OPEN=false
SSL_VERIFY=true