a4dd111
1
2
3
4
5
6
from ui import build_ui if __name__ == "__main__": demo = build_ui() demo.launch()