Score / app.py
Corin1998's picture
Update app.py
b0b5cb4 verified
raw
history blame contribute delete
144 Bytes
# 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)