UrbanLens / Backend /api /__init__.py
0xarchit's picture
Initial Hugging Face Space - Backend deployment
42d88ae
raw
history blame contribute delete
48 Bytes
from .app import create_app
app = create_app()