m4k1-dev
init
4c7a799
raw
history blame
91 Bytes
from app import modelapi
api = modelapi(
host = "0.0.0.0",
port = 6500
)
api.run()