File size: 92 Bytes
9a6e8c4
 
 
 
 
 
 
2b05672
1
2
3
4
5
6
7
8
from app import ModelAPI

api = ModelAPI(
    host = "0.0.0.0",
    port = 6500
)

api.run()