CUD-Traffic-AI / backend /dependencies.py
Rajeev Ranjan Pandey
Refine UI and fix model selection bugs
e078b1d
raw
history blame contribute delete
152 Bytes
from functools import lru_cache
@lru_cache(maxsize=1)
def app_metadata():
return {"name": "Traffic Incident Summarization API", "version": "0.1.0"}