from __future__ import annotations from ui import create_interface demo = create_interface() if __name__ == "__main__": demo.launch()