from app import ModelAPI api = ModelAPI( host = "0.0.0.0", port = 6500 ) api.run()