from ui.layout import build_interface demo = build_interface() if __name__ == "__main__": demo.launch()