# app.py from UI import create_interface def main(): demo = create_interface() demo.launch() if __name__ == "__main__": main()