File size: 152 Bytes
11e9b5d
 
900b475
11e9b5d
 
900b475
9abc7c9
11e9b5d
 
 
1
2
3
4
5
6
7
8
9
10
11
# app.py

from UI import create_interface

def main():
    demo = create_interface()
    demo.launch(share=True)

if __name__ == "__main__":
    main()