from app.ui.gradio_app import build_app, launch_app demo = build_app() if __name__ == "__main__": launch_app()