2253319
1
2
3
4
5
from ui import launch_ui if __name__ == "__main__": demo = launch_ui() demo.launch(debug=True, share=True)