MindPalaceAI / wsgi.py
LahiruD95's picture
HF Space Docker
42cbd9d
raw
history blame contribute delete
86 Bytes
from app import create_app # or simply `from app import app`
app = create_app()