from app.ui import CMD_ENTER_JS, build if __name__ == "__main__": build().launch(server_name="0.0.0.0", server_port=7860, js=CMD_ENTER_JS)