client example

pull/3393/head
hexia 5 years ago
parent 0874b8768d
commit 1458bcb4b0

File diff suppressed because it is too large Load Diff

@ -19,7 +19,7 @@ import ms_service_pb2_grpc
def run():
channel = grpc.insecure_channel('localhost:5050')
channel = grpc.insecure_channel('localhost:5500')
stub = ms_service_pb2_grpc.MSServiceStub(channel)
request = ms_service_pb2.PredictRequest()

Loading…
Cancel
Save