"""HF Spaces entry point — imports the Gradio demo from demo/app.py.""" from demo.app import demo if __name__ == "__main__": demo.launch()