"""Hugging Face Space entry: launch the Gradio app from `ui.py`.""" from ui import build_demo demo = build_demo() if __name__ == "__main__": demo.launch()