m4k1-dev
syntax
1b9710e
raw
history blame
92 Bytes
from app import ModelAPI
api = ModelAPI(
host = "0.0.0.0",
port = 6500
)
api.run()