CoolFace
Apppublic

ehsanulhaque92/AuraScanAI

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
app.py5 linesDownload Raw Back to root
1# This is the entry point for the Hugging Face Space.2# It simply imports the Flask app instance from our structured source code.3from src.api.app import app4 5# The 'app' variable is what the Hugging Face/Gunicorn server will look for.