from aide.webui.app import WebUI if __name__ == "__main__": app = WebUI() app.run()