alshami-dev's picture
First Update to the App
0b86da8 verified
Raw
History Blame Contribute Delete
247 Bytes
from src.app import build_app
# Entry point for Hugging Face Spaces
app = build_app()
if __name__ == "__main__":
# Note: Hugging Face handles the port and sharing automatically.
# We do NOT use share=True here.
app.launch()