"""HF Spaces entrypoint. The real app lives in the `echo` package.""" from echo.app import build_demo demo = build_demo() if __name__ == "__main__": demo.launch()