File size: 144 Bytes
b0b5cb4
aba9c67
 
 
 
4142cdd
aba9c67
1
2
3
4
5
6
7
8
# app.py
from ui.ui_app import build_ui

demo = build_ui()

if __name__ == "__main__":
    demo.launch(server_name="0.0.0.0", server_port=7860)