from inference.chat_app import build_ui demo = build_ui() if __name__ == "__main__": demo.launch()