```
channel = grpc.insecure_channel('0.0.0.0:9000')
stub = PredictionServiceStub(channel)
-masroor (author)