from ui import demo def main(): demo.launch() if __name__ == "__main__": main()