sntest / app /run.py
souging's picture
Create run.py
40bb1fc verified
raw
history blame contribute delete
92 Bytes
from app import ModelAPI
api = ModelAPI(
host = "0.0.0.0",
port = 6500
)
api.run()