fb4f813
1
2
3
4
5
6
from api import ModelAPI if __name__ == "__main__": api = ModelAPI(host="0.0.0.0", port=6500) api.run()