File size: 90 Bytes
a704a0c
 
 
 
 
 
 
1
2
3
4
5
6
7
from ui import demo

def main():
    demo.launch()

if __name__ == "__main__":
    main()