Surya8663
Final version, database correctly ignored
4ded330
raw
history blame contribute delete
276 Bytes
# This file should be in: your_project_root/app.py
from backend.app import app
# The 'app' variable needs to be accessible at the top level for Hugging Face.
# The launch block is good practice and lets you run this file locally.
if __name__ == "__main__":
app.launch()