File size: 91 Bytes
4c7a799
 
 
 
 
 
 
1
2
3
4
5
6
7
from app import modelapi

api = modelapi(
    host = "0.0.0.0",
    port = 6500
)
api.run()