Spaces:
Sleeping
Sleeping
| 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() | |